Skip to content

Commit

Permalink
Update version bounds for ghc 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Apr 6, 2019
1 parent 72639a2 commit 0dae521
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vado.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vado
version: 0.0.10
version: 0.0.11
cabal-version: >=1.8
build-type: Simple
license: MIT
Expand All @@ -18,7 +18,7 @@ Source-Repository head
location: https://github.com/hamishmack/vado.git

library
build-depends: base >=4.0.0.0 && <4.12, attoparsec >=0.10.4.0 && <0.14,
build-depends: base >=4.0.0.0 && <4.13, attoparsec >=0.10.4.0 && <0.14,
directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5,
process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3
exposed-modules: System.Process.Vado
Expand All @@ -27,7 +27,7 @@ library
hs-source-dirs: src

executable vado
build-depends: base >=4.0.0.0 && <4.12, attoparsec >=0.10.4.0 && <0.14,
build-depends: base >=4.0.0.0 && <4.13, attoparsec >=0.10.4.0 && <0.14,
directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5,
process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3
main-is: Main.hs
Expand All @@ -36,7 +36,7 @@ executable vado
other-modules: System.Process.Vado

executable vamount
build-depends: base >=4.0.0.0 && <4.12, attoparsec >=0.10.4.0 && <0.14,
build-depends: base >=4.0.0.0 && <4.13, attoparsec >=0.10.4.0 && <0.14,
directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5,
process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3
main-is: Vamount.hs
Expand All @@ -45,7 +45,7 @@ executable vamount
other-modules: System.Process.Vado

test-suite test-vado
build-depends: base >=4.0.0.0 && <4.12, QuickCheck -any, attoparsec >=0.10.4.0 && <0.14,
build-depends: base >=4.0.0.0 && <4.13, QuickCheck -any, attoparsec >=0.10.4.0 && <0.14,
directory >=1.1.0.0 && <1.4, filepath >=1.2.0.0 && <1.5,
process >=1.0.1.5 && <1.7, text >=0.11.3.1 && <1.3
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 0dae521

Please sign in to comment.