File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments