Skip to content

Commit 4423bd9

Browse files
committed
Add version bounds to all build dependencies
1 parent ced7408 commit 4423bd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gridtables.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ source-repository head
2828

2929
common common-options
3030
build-depends: base >= 4.12 && < 5
31-
, array
31+
, array >= 0.5 && < 0.6
3232
, parsec >= 3.1 && < 3.2
3333
, text >= 1.1.1.0 && < 1.3 || >= 2.0 && < 2.2
3434
default-language: Haskell2010
@@ -56,8 +56,8 @@ common common-options
5656
library
5757
import: common-options
5858
hs-source-dirs: src
59-
build-depends: containers
60-
, doclayout
59+
build-depends: containers >= 0.6 && < 0.8
60+
, doclayout >= 0.4 && < 0.6
6161
exposed-modules: Text.GridTable
6262
, Text.GridTable.ArrayTable
6363
, Text.GridTable.Parse

0 commit comments

Comments
 (0)