Skip to content

Commit 5e89cd0

Browse files
authored
Merge pull request #1726 from ucsd-progsys/adinapoli/cabal-check-no-warnings
Release 0.8.10.1
2 parents 1cab7e3 + 29b340f commit 5e89cd0

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "liquid-fixpoint"]
22
path = liquid-fixpoint
3-
url = https://github.com/ucsd-progsys/liquid-fixpoint.git
3+
url = git@github.com:ucsd-progsys/liquid-fixpoint.git
44
[submodule "ghc-options"]
55
path = ghc-options
66
url = https://github.com/ranjitjhala/ghc-options.git

docs/mkDocs/mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nav:
1212
- "<i class='fa fa-github'></i>&nbsp;Github": "https://github.com/ucsd-progsys/liquidhaskell"
1313

1414

15-
theme: litera
15+
theme: spacelab
1616

1717
markdown_extensions:
1818
- toc:

liquid-base/liquid-base.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 1.24
12
name: liquid-base
23
version: 4.14.0.0
34
synopsis: Drop-in base replacement for LiquidHaskell
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]>
1011
category: Language
1112
homepage: https://github.com/ucsd-progsys/liquidhaskell
1213
build-type: Custom
13-
cabal-version: >= 1.22
1414

1515
data-files: src/Data/*.spec
1616
src/System/*.spec

liquid-bytestring/liquid-bytestring.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 1.24
12
name: liquid-bytestring
23
version: 0.10.10.0
34
synopsis: LiquidHaskell specs for the bytestring package
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]>
1011
category: Language
1112
homepage: https://github.com/ucsd-progsys/liquidhaskell
1213
build-type: Custom
13-
cabal-version: >= 1.22
1414

1515
data-files: src/Data/ByteString.spec
1616
src/Data/ByteString/Short.spec

liquid-containers/liquid-containers.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 1.24
12
name: liquid-containers
23
version: 0.6.2.1
34
synopsis: LiquidHaskell specs for the containers package
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]>
1011
category: Language
1112
homepage: https://github.com/ucsd-progsys/liquidhaskell
1213
build-type: Custom
13-
cabal-version: >= 1.22
1414

1515
data-files: src/Data/Set.spec
1616

liquid-fixpoint

liquid-ghc-prim/liquid-ghc-prim.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 1.24
12
name: liquid-ghc-prim
23
version: 0.6.1
34
synopsis: Drop-in ghc-prim replacement for LiquidHaskell
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]>
1011
category: Language
1112
homepage: https://github.com/ucsd-progsys/liquidhaskell
1213
build-type: Custom
13-
cabal-version: >= 1.22
1414

1515
data-files: src/GHC/*.spec
1616

liquid-parallel/liquid-parallel.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 1.24
12
name: liquid-parallel
23
version: 3.2.2.0
34
synopsis: LiquidHaskell specs for the parallel package
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]>
1011
category: Language
1112
homepage: https://github.com/ucsd-progsys/liquidhaskell
1213
build-type: Custom
13-
cabal-version: >= 1.22
1414

1515
data-files: src/Control/Parallel/Strategies.spec
1616

liquid-platform/liquid-platform.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 1.22
12
name: liquid-platform
23
version: 0.8.10.1
34
synopsis: A battery-included platform for LiquidHaskell
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]>
1011
category: Language
1112
homepage: https://github.com/ucsd-progsys/liquidhaskell
1213
build-type: Simple
13-
cabal-version: >= 1.22
1414

1515
flag devel
1616
default: False
@@ -20,7 +20,7 @@ flag devel
2020
executable liquidhaskell
2121
main-is: src/Liquid.hs
2222
default-language: Haskell2010
23-
ghc-options: -W -O2 -threaded
23+
ghc-options: -W -threaded
2424
if impl(ghc < 8.10.1)
2525
buildable: False
2626
else

liquid-prelude/liquid-prelude.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 1.24
12
name: liquid-prelude
23
version: 0.8.10.1
34
synopsis: General utility modules for LiquidHaskell
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]>
1011
category: Language
1112
homepage: https://github.com/ucsd-progsys/liquidhaskell
1213
build-type: Custom
13-
cabal-version: >= 1.22
1414

1515
custom-setup
1616
setup-depends: Cabal, base, liquidhaskell

liquid-vector/liquid-vector.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cabal-version: 1.24
12
name: liquid-vector
23
version: 0.12.1.2
34
synopsis: LiquidHaskell specs for the vector package
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]>
1011
category: Language
1112
homepage: https://github.com/ucsd-progsys/liquidhaskell
1213
build-type: Custom
13-
cabal-version: >= 1.22
1414

1515
data-files: src/Data/Vector.spec
1616

liquidhaskell.cabal

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
cabal-version: 2.4
12
name: liquidhaskell
23
version: 0.8.10.1
34
synopsis: Liquid Types for Haskell
45
description: Liquid Types for Haskell.
5-
license: BSD3
6+
license: BSD-3-Clause
67
license-file: LICENSE
78
copyright: 2010-19 Ranjit Jhala & Niki Vazou & Eric L. Seidel, University of California, San Diego.
89
author: Ranjit Jhala, Niki Vazou, Eric Seidel
@@ -54,8 +55,6 @@ data-files: include/*.hquals
5455
-- Needed for the mirror-modules helper
5556
mirror-modules/templates/MirrorModule.mustache
5657

57-
cabal-version: >= 1.22
58-
5958
source-repository head
6059
type: git
6160
location: https://github.com/ucsd-progsys/liquidhaskell/
@@ -80,6 +79,7 @@ flag mirror-modules-helper
8079
description: Build the "mirror-modules" helper executable.
8180

8281
library
82+
autogen-modules: Paths_liquidhaskell
8383
exposed-modules: Gradual.Concretize
8484
Gradual.GUI
8585
Gradual.GUI.Annotate
@@ -224,7 +224,7 @@ library
224224
, gitrev
225225
, hashable >= 1.3
226226
, hscolour >= 1.22
227-
, liquid-fixpoint >= 0.8.0.0
227+
, liquid-fixpoint >= 0.8.10.1
228228
, mtl >= 2.1
229229
, optics >= 0.2
230230
, optparse-simple
@@ -297,7 +297,7 @@ test-suite liquidhaskell-parser
297297
other-modules: Paths_liquidhaskell
298298
hs-source-dirs: tests
299299
build-depends: base >= 4.8.1.0 && < 5
300-
, liquid-fixpoint >= 0.8.0.0
300+
, liquid-fixpoint >= 0.8.10.1
301301
, liquidhaskell
302302
, parsec
303303
, syb
@@ -313,7 +313,7 @@ test-suite synthesis
313313
other-modules: Paths_liquidhaskell
314314
hs-source-dirs: tests
315315
build-depends: base >= 4.8.1.0 && < 5
316-
, liquid-fixpoint >= 0.8.0.0
316+
, liquid-fixpoint >= 0.8.10.1
317317
, liquidhaskell
318318
, tasty >= 0.7
319319
, tasty-hunit

0 commit comments

Comments
 (0)