1
1
cabal-version : 1.22
2
2
name : liquid-platform
3
- version : 0.8.10 .2
3
+ version : 0.9.0 .2
4
4
synopsis : A battery-included platform for LiquidHaskell
5
5
description : A battery-included platform for LiquidHaskell.
6
6
license : BSD3
@@ -25,34 +25,34 @@ executable liquidhaskell
25
25
buildable : False
26
26
else
27
27
buildable : True
28
- build-depends : liquid-base >= 4.14 .1.0 && < 5
29
- , liquid-containers >= 0.6.2 .1 && < 0.7
30
- , liquid-prelude >= 0.8.10 .2
31
- , liquid-vector >= 0.12.1.2 && < 0.13
32
- , liquid-bytestring >= 0.10.0.0 && < 0.11
33
- , liquidhaskell >= 0.8.10 .2
28
+ build-depends : liquid-base >= 4.15 .1.0 && < 5
29
+ , liquid-containers >= 0.6.4 .1 && < 0.7
30
+ , liquid-prelude >= 0.9.0 .2
31
+ , liquid-vector >= 0.12.3.1 && < 0.13
32
+ , liquid-bytestring >= 0.10.12.1 && < 0.11
33
+ , liquidhaskell >= 0.9.0 .2
34
34
, filepath
35
35
, process >= 1.6.0.0 && < 1.7
36
36
, cmdargs >= 0.10 && < 0.11
37
37
38
38
if flag(devel)
39
39
ghc-options : -Werror
40
-
40
+
41
41
42
42
executable gradual
43
43
main-is : src/Gradual.hs
44
- build-depends : base >= 4.8 .1.0 && < 5
44
+ build-depends : base >= 4.15 .1.0 && < 5
45
45
, cmdargs
46
46
, hscolour
47
- , liquid-fixpoint >= 0.7 .0.5
48
- , liquidhaskell >= 0.8.10.1
47
+ , liquid-fixpoint >= 0.9 .0.2
48
+ , liquidhaskell >= 0.9.0.2
49
49
default-language : Haskell2010
50
50
buildable : False
51
51
ghc-options : -W -threaded
52
52
53
53
if flag(devel)
54
54
ghc-options : -Werror
55
-
55
+
56
56
57
57
executable target
58
58
main-is : src/Target.hs
0 commit comments