@@ -113,6 +113,7 @@ common defaults
113
113
, directory >= 1.3 && < 1.4
114
114
, filepath >= 1.4 && < 1.5
115
115
, mtl >= 2.2.1 && < 2.4
116
+ -- we use Control.Monad.Except, introduced in mtl-2.2.1
116
117
, pretty >= 1.1 && < 1.2
117
118
, process >= 1.6 && < 1.7
118
119
, text ^>= 1.2.5.0 || ^>= 2.0
@@ -128,7 +129,6 @@ common defaults
128
129
-- Cabal-syntax needs to be bound to constrain hackage-security
129
130
-- see https://github.com/haskell/hackage-server/issues/1130
130
131
, fail ^>= 4.9.0
131
- -- we use Control.Monad.Except, introduced in mtl-2.2.1
132
132
, network >= 3 && < 3.2
133
133
, network-bsd ^>= 2.8
134
134
, network-uri ^>= 2.6
@@ -390,7 +390,7 @@ library lib-server
390
390
, base16-bytestring ^>= 1.0
391
391
-- requires bumping http-io-streams
392
392
, base64-bytestring ^>= 1.2.1.0
393
- , bimap ^>= 0.3
393
+ , bimap ^>= 0.5
394
394
--NOTE : blaze-builder-0.4 is now a compat package that uses bytestring-0.10 builder
395
395
, blaze-builder ^>= 0.4
396
396
, blaze-html ^>= 0.9
@@ -560,7 +560,7 @@ test-suite ReverseDependenciesTest
560
560
, tasty ^>= 1.4
561
561
, tasty-hunit ^>= 0.10
562
562
, HUnit ^>= 1.6
563
- , hedgehog ^>= 1.1
563
+ , hedgehog ^>= 1.2
564
564
, exceptions
565
565
, bimap
566
566
other-modules : RevDepCommon
@@ -651,5 +651,5 @@ test-suite DocTests
651
651
652
652
build-depends :
653
653
, lib-server
654
- , doctest-parallel ^>= 0.2.2
654
+ , doctest-parallel ^>= 0.3.0
655
655
-- doctest-parallel-0.2.2 is the first to filter out autogen-modules
0 commit comments