Skip to content

Commit 49b6ceb

Browse files
author
CraigMcL
authored
Merge pull request #416 from vjackson725/master
update ansi-wl-pprint dependencies
2 parents a146431 + 67c2fd0 commit 49b6ceb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cogent/cogent.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ library
176176
, Version_cogent
177177

178178
build-depends:
179-
ansi-wl-pprint >= 0.6
179+
ansi-wl-pprint >= 0.6 && < 1
180180
, base >= 4.10 && < 4.17
181181
, binary
182182
, bytestring >= 0.10
@@ -255,7 +255,7 @@ Executable cogent
255255

256256
build-depends:
257257
cogent
258-
, ansi-wl-pprint >= 0.6
258+
, ansi-wl-pprint >= 0.6 && < 1
259259
, atomic-write >= 0.2.0.4
260260
, base >= 4.10 && < 4.17
261261
, binary
@@ -334,4 +334,4 @@ test-suite test-quickcheck
334334
, QuickCheck >= 2.11.3
335335
, transformers
336336
, mtl >= 2.2.1
337-
, ansi-wl-pprint >= 0.6
337+
, ansi-wl-pprint >= 0.6 && < 1

isa-parser/isa-parser.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ library
3232
DeriveDataTypeable,
3333
QuasiQuotes
3434

35-
build-depends:
35+
build-depends:
3636
haskell-exp-parser >= 0.1.1,
37-
ansi-wl-pprint >= 0.6,
37+
ansi-wl-pprint >= 0.6 && < 1,
3838
base >= 4.7,
3939
mtl >= 2.2.1,
4040
parsec >= 3.1,

0 commit comments

Comments
 (0)