revised .cabal file
This commit is contained in:
parent
3d6d06b919
commit
01625cbc5c
@ -1,6 +1,7 @@
|
||||
Cabal-version: >= 1.8
|
||||
Name: blaze-html
|
||||
Version: 0.9.1.2
|
||||
x-revision: 2
|
||||
x-revision: 3
|
||||
Homepage: http://jaspervdj.be/blaze
|
||||
Bug-Reports: http://github.com/jaspervdj/blaze-html/issues
|
||||
License: BSD3
|
||||
@ -17,10 +18,20 @@ Description:
|
||||
<http://jaspervdj.be/blaze/tutorial.html>.
|
||||
|
||||
Build-type: Simple
|
||||
Cabal-version: >= 1.8
|
||||
Tested-with: GHC == 7.8.4, GHC == 7.10.3,
|
||||
GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1,
|
||||
GHC == 8.6.3, GHC == 8.8.1, GHC == 9.2.1
|
||||
|
||||
Tested-with:
|
||||
GHC == 9.6.2
|
||||
GHC == 9.4.5
|
||||
GHC == 9.2.8
|
||||
GHC == 9.0.2
|
||||
GHC == 8.10.7
|
||||
GHC == 8.8.4
|
||||
GHC == 8.6.5
|
||||
GHC == 8.4.4
|
||||
GHC == 8.2.2
|
||||
GHC == 8.0.2
|
||||
GHC == 7.10.3
|
||||
GHC == 7.8.4
|
||||
|
||||
Extra-source-files:
|
||||
CHANGELOG
|
||||
@ -90,7 +101,7 @@ Test-suite blaze-html-tests
|
||||
base >= 4 && < 5,
|
||||
blaze-builder >= 0.3 && < 0.5,
|
||||
blaze-markup >= 0.8 && < 0.9,
|
||||
bytestring >= 0.9 && < 0.12,
|
||||
bytestring >= 0.9 && < 0.13,
|
||||
text >= 0.10 && < 2.1
|
||||
|
||||
Source-repository head
|
||||
|
Loading…
Reference in New Issue
Block a user