Skip to content

Commit 7e617e5

Browse files
committed
Relaxed package constraints in cabal package.
1 parent a020fa0 commit 7e617e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

language-python.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: language-python
2-
version: 0.3.0
2+
version: 0.3.1
33
cabal-version: >= 1.6
44
synopsis: Parsing and pretty printing of Python code.
55
description: language-python is a Haskell library for lexical analysis, parsing
@@ -19,7 +19,7 @@ extra-source-files: src/Language/Python/Version3/Parser/Parser.y
1919

2020
Library
2121
hs-source-dirs: src
22-
build-depends: base == 4.*, containers == 0.2.*, pretty == 1.0.*, array == 0.2.*, transformers == 0.2.*,
22+
build-depends: base == 4.*, containers < 0.4, pretty == 1.0.*, array < 0.4, transformers == 0.2.*,
2323
monads-tf == 0.1.*
2424
build-tools: happy, alex
2525
exposed-modules:

0 commit comments

Comments
 (0)