1
+ cabal-version : 2.4
1
2
name : liquidhaskell
2
3
version : 0.8.10.1
3
4
synopsis : Liquid Types for Haskell
4
5
description : Liquid Types for Haskell.
5
- license : BSD3
6
+ license : BSD-3-Clause
6
7
license-file : LICENSE
7
8
copyright : 2010-19 Ranjit Jhala & Niki Vazou & Eric L. Seidel, University of California, San Diego.
8
9
author : Ranjit Jhala, Niki Vazou, Eric Seidel
@@ -54,8 +55,6 @@ data-files: include/*.hquals
54
55
-- Needed for the mirror-modules helper
55
56
mirror-modules/templates/MirrorModule.mustache
56
57
57
- cabal-version : >= 1.22
58
-
59
58
source-repository head
60
59
type : git
61
60
location : https://github.com/ucsd-progsys/liquidhaskell/
@@ -80,6 +79,7 @@ flag mirror-modules-helper
80
79
description : Build the "mirror-modules" helper executable.
81
80
82
81
library
82
+ autogen-modules : Paths_liquidhaskell
83
83
exposed-modules : Gradual.Concretize
84
84
Gradual.GUI
85
85
Gradual.GUI.Annotate
@@ -224,7 +224,7 @@ library
224
224
, gitrev
225
225
, hashable >= 1.3
226
226
, hscolour >= 1.22
227
- , liquid-fixpoint >= 0.8.0.0
227
+ , liquid-fixpoint >= 0.8.10.1
228
228
, mtl >= 2.1
229
229
, optics >= 0.2
230
230
, optparse-simple
@@ -297,7 +297,7 @@ test-suite liquidhaskell-parser
297
297
other-modules : Paths_liquidhaskell
298
298
hs-source-dirs : tests
299
299
build-depends : base >= 4.8.1.0 && < 5
300
- , liquid-fixpoint >= 0.8.0.0
300
+ , liquid-fixpoint >= 0.8.10.1
301
301
, liquidhaskell
302
302
, parsec
303
303
, syb
@@ -313,7 +313,7 @@ test-suite synthesis
313
313
other-modules : Paths_liquidhaskell
314
314
hs-source-dirs : tests
315
315
build-depends : base >= 4.8.1.0 && < 5
316
- , liquid-fixpoint >= 0.8.0.0
316
+ , liquid-fixpoint >= 0.8.10.1
317
317
, liquidhaskell
318
318
, tasty >= 0.7
319
319
, tasty-hunit
0 commit comments