Skip to content

Commit

Permalink
Bump version to 0.8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adinapoli committed Jun 3, 2020
1 parent a085dc4 commit e772ecd
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 29 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changes

## NEXT 0.8.6.0
## NEXT 0.8.10.1

- Support for GHC 8.10.1
- LiquidHaskell is now available as a GHC Plugin

## 0.8.6.0

- Automatically check (transitive) dependencies
- Built with GHC 8.6.4
Expand Down
4 changes: 2 additions & 2 deletions liquid-base/liquid-base.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: liquid-base
version: 0.8.6.0
version: 0.8.10.1
synopsis: Drop-in base replacement for LiquidHaskell
description: Drop-in base replacement for LiquidHaskell.
license: BSD3
Expand Down Expand Up @@ -99,7 +99,7 @@ library
hs-source-dirs: src
build-depends: base >= 4.11.1.0 && < 5
, liquid-ghc-prim
, liquidhaskell >= 0.8.6.0
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
default-extensions: PackageImports
NoImplicitPrelude
Expand Down
6 changes: 3 additions & 3 deletions liquid-bytestring/liquid-bytestring.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: liquid-bytestring
version: 0.8.6.0
version: 0.8.10.1
synopsis: LiquidHaskell specs for the bytestring package
description: LiquidHaskell specs for the bytestring package.
license: BSD3
Expand Down Expand Up @@ -27,9 +27,9 @@ library
Data.ByteString.Lazy
-- Data.ByteString.Lazy.Char8
hs-source-dirs: src
build-depends: liquid-base >= 0.8.6.0
build-depends: liquid-base >= 0.8.10.1
, bytestring >= 0.10
, liquidhaskell >= 0.8.6.0
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
default-extensions: PackageImports
if impl(ghc >= 8.10)
Expand Down
6 changes: 3 additions & 3 deletions liquid-containers/liquid-containers.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: liquid-containers
version: 0.8.6.0
version: 0.8.10.1
synopsis: LiquidHaskell specs for the containers package
description: LiquidHaskell specs for the containers package.
license: BSD3
Expand All @@ -18,9 +18,9 @@ library
exposed-modules: Data.Set
Data.Map
hs-source-dirs: src
build-depends: liquid-base >= 0.8.6.0
build-depends: liquid-base >= 0.8.10.1
, containers >= 0.5.9.2
, liquidhaskell >= 0.8.6.0
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
default-extensions: PackageImports
if impl(ghc >= 8.10)
Expand Down
2 changes: 1 addition & 1 deletion liquid-fixpoint
6 changes: 3 additions & 3 deletions liquid-ghc-prim/liquid-ghc-prim.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: liquid-ghc-prim
version: 0.8.6.0
version: 0.8.10.1
synopsis: Drop-in ghc-prim replacement for LiquidHaskell
description: Drop-in ghc-prim replacement for LiquidHaskell.
license: BSD3
Expand All @@ -15,7 +15,7 @@ cabal-version: >= 1.22
data-files: src/GHC/*.spec

library
exposed-modules:
exposed-modules:
-- We can't really export 'GHC.Prim' or this won't build on Windows,
-- unfortunately. The issue is that 'GHC.Prim' is a special snowflake,
-- treated specially by the GHC pipeline. In particular, GHC doesn't
Expand All @@ -28,7 +28,7 @@ library

hs-source-dirs: src
build-depends: ghc-prim
, liquidhaskell >= 0.8.6.0
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
default-extensions: PackageImports
NoImplicitPrelude
Expand Down
6 changes: 3 additions & 3 deletions liquid-parallel/liquid-parallel.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: liquid-parallel
version: 0.8.6.0
version: 0.8.10.1
synopsis: LiquidHaskell specs for the parallel package
description: LiquidHaskell specs for the parallel package.
license: BSD3
Expand All @@ -17,9 +17,9 @@ data-files: src/Control/Parallel/Strategies.spec
library
exposed-modules: Control.Parallel.Strategies
hs-source-dirs: src
build-depends: liquid-base >= 0.8.6.0
build-depends: liquid-base >= 0.8.10.1
, parallel >= 3.0.0.0
, liquidhaskell >= 0.8.6.0
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
default-extensions: PackageImports
if impl(ghc >= 8.10)
Expand Down
12 changes: 6 additions & 6 deletions liquid-platform/liquid-platform.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: liquid-platform
version: 0.8.6.0
version: 0.8.10.1
synopsis: A battery-included platform for LiquidHaskell
description: A battery-included platform for LiquidHaskell.
license: BSD3
Expand All @@ -19,8 +19,8 @@ flag devel

executable liquid
main-is: src/Liquid.hs
build-depends: liquid-base >= 0.8.6.0
, liquidhaskell
build-depends: liquid-base >= 0.8.10.1
, liquidhaskell >= 0.8.10.1
, process >= 1.6.0.0
, cmdargs >= 0.10
default-language: Haskell98
Expand All @@ -37,7 +37,7 @@ executable liquid
-- This is the (legacy and deprecated) 'liquid' executable which uses the old GHC Interface.
executable liquid-legacy
main-is: src/LiquidLegacy.hs
build-depends: base >= 4.9.1.0 && < 5, liquidhaskell
build-depends: base >= 4.9.1.0 && < 5, liquidhaskell >= 0.8.10.1
default-language: Haskell98
default-extensions: PatternGuards
ghc-options: -W -threaded -fdefer-typed-holes
Expand All @@ -51,7 +51,7 @@ executable gradual
, cmdargs
, hscolour
, liquid-fixpoint >= 0.7.0.5
, liquidhaskell
, liquidhaskell >= 0.8.10.1
default-language: Haskell2010
buildable: False
ghc-options: -W -threaded
Expand All @@ -61,7 +61,7 @@ executable gradual

executable target
main-is: src/Target.hs
build-depends: base >= 4.8.1.0 && < 5, hint, liquidhaskell
build-depends: base >= 4.8.1.0 && < 5, hint, liquidhaskell >= 0.8.10.1
default-language: Haskell2010
buildable: False

6 changes: 3 additions & 3 deletions liquid-prelude/liquid-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: liquid-prelude
version: 0.8.6.0
version: 0.8.10.1
synopsis: General utility modules for LiquidHaskell
description: General utility modules for LiquidHaskell.
license: BSD3
Expand All @@ -25,10 +25,10 @@ library
Language.Haskell.Liquid.Synthesize.Error
KMeansHelper
hs-source-dirs: src
build-depends: liquid-base >= 0.8.6.0
build-depends: liquid-base >= 0.8.10.1
, bytestring >= 0.10
, containers >= 0.5
, liquidhaskell >= 0.8.6.0
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
if impl(ghc >= 8.10)
ghc-options: -fplugin=Language.Haskell.Liquid.GHC.Plugin
6 changes: 3 additions & 3 deletions liquid-vector/liquid-vector.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: liquid-vector
version: 0.8.6.0
version: 0.8.10.1
synopsis: LiquidHaskell specs for the vector package
description: LiquidHaskell specs for the vector package.
license: BSD3
Expand All @@ -22,9 +22,9 @@ library
Data.Vector.Internal.Check
Data.Vector.Unboxed.Mutable
hs-source-dirs: src
build-depends: liquid-base >= 0.8.6.0
build-depends: liquid-base >= 0.8.10.1
, vector >= 0.10
, liquidhaskell >= 0.8.6.0
, liquidhaskell >= 0.8.10.1
default-language: Haskell98
default-extensions: PackageImports
if impl(ghc >= 8.10)
Expand Down
2 changes: 1 addition & 1 deletion liquidhaskell.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: liquidhaskell
version: 0.8.6.0
version: 0.8.10.1
synopsis: Liquid Types for Haskell
description: Liquid Types for Haskell.
license: BSD3
Expand Down

0 comments on commit e772ecd

Please sign in to comment.