We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced7408 commit 4423bd9Copy full SHA for 4423bd9
gridtables.cabal
@@ -28,7 +28,7 @@ source-repository head
28
29
common common-options
30
build-depends: base >= 4.12 && < 5
31
- , array
+ , array >= 0.5 && < 0.6
32
, parsec >= 3.1 && < 3.2
33
, text >= 1.1.1.0 && < 1.3 || >= 2.0 && < 2.2
34
default-language: Haskell2010
@@ -56,8 +56,8 @@ common common-options
56
library
57
import: common-options
58
hs-source-dirs: src
59
- build-depends: containers
60
- , doclayout
+ build-depends: containers >= 0.6 && < 0.8
+ , doclayout >= 0.4 && < 0.6
61
exposed-modules: Text.GridTable
62
, Text.GridTable.ArrayTable
63
, Text.GridTable.Parse
0 commit comments