Skip to content

Commit

Permalink
Merge pull request #1726 from ucsd-progsys/adinapoli/cabal-check-no-w…
Browse files Browse the repository at this point in the history
…arnings

Release 0.8.10.1
  • Loading branch information
ranjitjhala authored Aug 6, 2020
2 parents 1cab7e3 + 29b340f commit 5e89cd0
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "liquid-fixpoint"]
path = liquid-fixpoint
url = https://github.com/ucsd-progsys/liquid-fixpoint.git
url = git@github.com:ucsd-progsys/liquid-fixpoint.git
[submodule "ghc-options"]
path = ghc-options
url = https://github.com/ranjitjhala/ghc-options.git
2 changes: 1 addition & 1 deletion docs/mkDocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nav:
- "<i class='fa fa-github'></i>&nbsp;Github": "https://github.com/ucsd-progsys/liquidhaskell"


theme: litera
theme: spacelab

markdown_extensions:
- toc:
Expand Down
2 changes: 1 addition & 1 deletion liquid-base/liquid-base.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 1.24
name: liquid-base
version: 4.14.0.0
synopsis: Drop-in base replacement for LiquidHaskell
Expand All @@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <jhala@cs.ucsd.edu>
category: Language
homepage: https://github.com/ucsd-progsys/liquidhaskell
build-type: Custom
cabal-version: >= 1.22

data-files: src/Data/*.spec
src/System/*.spec
Expand Down
2 changes: 1 addition & 1 deletion liquid-bytestring/liquid-bytestring.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 1.24
name: liquid-bytestring
version: 0.10.10.0
synopsis: LiquidHaskell specs for the bytestring package
Expand All @@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <jhala@cs.ucsd.edu>
category: Language
homepage: https://github.com/ucsd-progsys/liquidhaskell
build-type: Custom
cabal-version: >= 1.22

data-files: src/Data/ByteString.spec
src/Data/ByteString/Short.spec
Expand Down
2 changes: 1 addition & 1 deletion liquid-containers/liquid-containers.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 1.24
name: liquid-containers
version: 0.6.2.1
synopsis: LiquidHaskell specs for the containers package
Expand All @@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <jhala@cs.ucsd.edu>
category: Language
homepage: https://github.com/ucsd-progsys/liquidhaskell
build-type: Custom
cabal-version: >= 1.22

data-files: src/Data/Set.spec

Expand Down
2 changes: 1 addition & 1 deletion liquid-fixpoint
2 changes: 1 addition & 1 deletion liquid-ghc-prim/liquid-ghc-prim.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 1.24
name: liquid-ghc-prim
version: 0.6.1
synopsis: Drop-in ghc-prim replacement for LiquidHaskell
Expand All @@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <jhala@cs.ucsd.edu>
category: Language
homepage: https://github.com/ucsd-progsys/liquidhaskell
build-type: Custom
cabal-version: >= 1.22

data-files: src/GHC/*.spec

Expand Down
2 changes: 1 addition & 1 deletion liquid-parallel/liquid-parallel.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 1.24
name: liquid-parallel
version: 3.2.2.0
synopsis: LiquidHaskell specs for the parallel package
Expand All @@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <jhala@cs.ucsd.edu>
category: Language
homepage: https://github.com/ucsd-progsys/liquidhaskell
build-type: Custom
cabal-version: >= 1.22

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

Expand Down
4 changes: 2 additions & 2 deletions liquid-platform/liquid-platform.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 1.22
name: liquid-platform
version: 0.8.10.1
synopsis: A battery-included platform for LiquidHaskell
Expand All @@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <jhala@cs.ucsd.edu>
category: Language
homepage: https://github.com/ucsd-progsys/liquidhaskell
build-type: Simple
cabal-version: >= 1.22

flag devel
default: False
Expand All @@ -20,7 +20,7 @@ flag devel
executable liquidhaskell
main-is: src/Liquid.hs
default-language: Haskell2010
ghc-options: -W -O2 -threaded
ghc-options: -W -threaded
if impl(ghc < 8.10.1)
buildable: False
else
Expand Down
2 changes: 1 addition & 1 deletion liquid-prelude/liquid-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 1.24
name: liquid-prelude
version: 0.8.10.1
synopsis: General utility modules for LiquidHaskell
Expand All @@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <jhala@cs.ucsd.edu>
category: Language
homepage: https://github.com/ucsd-progsys/liquidhaskell
build-type: Custom
cabal-version: >= 1.22

custom-setup
setup-depends: Cabal, base, liquidhaskell
Expand Down
2 changes: 1 addition & 1 deletion liquid-vector/liquid-vector.cabal
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cabal-version: 1.24
name: liquid-vector
version: 0.12.1.2
synopsis: LiquidHaskell specs for the vector package
Expand All @@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <jhala@cs.ucsd.edu>
category: Language
homepage: https://github.com/ucsd-progsys/liquidhaskell
build-type: Custom
cabal-version: >= 1.22

data-files: src/Data/Vector.spec

Expand Down
12 changes: 6 additions & 6 deletions liquidhaskell.cabal
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
cabal-version: 2.4
name: liquidhaskell
version: 0.8.10.1
synopsis: Liquid Types for Haskell
description: Liquid Types for Haskell.
license: BSD3
license: BSD-3-Clause
license-file: LICENSE
copyright: 2010-19 Ranjit Jhala & Niki Vazou & Eric L. Seidel, University of California, San Diego.
author: Ranjit Jhala, Niki Vazou, Eric Seidel
Expand Down Expand Up @@ -54,8 +55,6 @@ data-files: include/*.hquals
-- Needed for the mirror-modules helper
mirror-modules/templates/MirrorModule.mustache

cabal-version: >= 1.22

source-repository head
type: git
location: https://github.com/ucsd-progsys/liquidhaskell/
Expand All @@ -80,6 +79,7 @@ flag mirror-modules-helper
description: Build the "mirror-modules" helper executable.

library
autogen-modules: Paths_liquidhaskell
exposed-modules: Gradual.Concretize
Gradual.GUI
Gradual.GUI.Annotate
Expand Down Expand Up @@ -224,7 +224,7 @@ library
, gitrev
, hashable >= 1.3
, hscolour >= 1.22
, liquid-fixpoint >= 0.8.0.0
, liquid-fixpoint >= 0.8.10.1
, mtl >= 2.1
, optics >= 0.2
, optparse-simple
Expand Down Expand Up @@ -297,7 +297,7 @@ test-suite liquidhaskell-parser
other-modules: Paths_liquidhaskell
hs-source-dirs: tests
build-depends: base >= 4.8.1.0 && < 5
, liquid-fixpoint >= 0.8.0.0
, liquid-fixpoint >= 0.8.10.1
, liquidhaskell
, parsec
, syb
Expand All @@ -313,7 +313,7 @@ test-suite synthesis
other-modules: Paths_liquidhaskell
hs-source-dirs: tests
build-depends: base >= 4.8.1.0 && < 5
, liquid-fixpoint >= 0.8.0.0
, liquid-fixpoint >= 0.8.10.1
, liquidhaskell
, tasty >= 0.7
, tasty-hunit
Expand Down

0 comments on commit 5e89cd0

Please sign in to comment.