-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1726 from ucsd-progsys/adinapoli/cabal-check-no-w…
…arnings Release 0.8.10.1
- Loading branch information
Showing
12 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]> | |
category: Language | ||
homepage: https://github.com/ucsd-progsys/liquidhaskell | ||
build-type: Custom | ||
cabal-version: >= 1.22 | ||
|
||
data-files: src/Data/*.spec | ||
src/System/*.spec | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]> | |
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]> | |
category: Language | ||
homepage: https://github.com/ucsd-progsys/liquidhaskell | ||
build-type: Custom | ||
cabal-version: >= 1.22 | ||
|
||
data-files: src/Data/Set.spec | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]> | |
category: Language | ||
homepage: https://github.com/ucsd-progsys/liquidhaskell | ||
build-type: Custom | ||
cabal-version: >= 1.22 | ||
|
||
data-files: src/GHC/*.spec | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]> | |
category: Language | ||
homepage: https://github.com/ucsd-progsys/liquidhaskell | ||
build-type: Custom | ||
cabal-version: >= 1.22 | ||
|
||
data-files: src/Control/Parallel/Strategies.spec | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]> | |
category: Language | ||
homepage: https://github.com/ucsd-progsys/liquidhaskell | ||
build-type: Simple | ||
cabal-version: >= 1.22 | ||
|
||
flag devel | ||
default: False | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]> | |
category: Language | ||
homepage: https://github.com/ucsd-progsys/liquidhaskell | ||
build-type: Custom | ||
cabal-version: >= 1.22 | ||
|
||
custom-setup | ||
setup-depends: Cabal, base, liquidhaskell | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -10,7 +11,6 @@ maintainer: Ranjit Jhala <[email protected]> | |
category: Language | ||
homepage: https://github.com/ucsd-progsys/liquidhaskell | ||
build-type: Custom | ||
cabal-version: >= 1.22 | ||
|
||
data-files: src/Data/Vector.spec | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters