Skip to content

Commit 79cb3a2

Browse files
committed
Bump bimap, hedgehog and doctest-parallel to latest
1 parent 7a1b0c4 commit 79cb3a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hackage-server.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ common defaults
113113
, directory >= 1.3 && < 1.4
114114
, filepath >= 1.4 && < 1.5
115115
, mtl >= 2.2.1 && < 2.4
116+
-- we use Control.Monad.Except, introduced in mtl-2.2.1
116117
, pretty >= 1.1 && < 1.2
117118
, process >= 1.6 && < 1.7
118119
, text ^>= 1.2.5.0 || ^>= 2.0
@@ -128,7 +129,6 @@ common defaults
128129
-- Cabal-syntax needs to be bound to constrain hackage-security
129130
-- see https://github.com/haskell/hackage-server/issues/1130
130131
, fail ^>= 4.9.0
131-
-- we use Control.Monad.Except, introduced in mtl-2.2.1
132132
, network >= 3 && < 3.2
133133
, network-bsd ^>= 2.8
134134
, network-uri ^>= 2.6
@@ -390,7 +390,7 @@ library lib-server
390390
, base16-bytestring ^>= 1.0
391391
-- requires bumping http-io-streams
392392
, base64-bytestring ^>= 1.2.1.0
393-
, bimap ^>= 0.3
393+
, bimap ^>= 0.5
394394
--NOTE: blaze-builder-0.4 is now a compat package that uses bytestring-0.10 builder
395395
, blaze-builder ^>= 0.4
396396
, blaze-html ^>= 0.9
@@ -560,7 +560,7 @@ test-suite ReverseDependenciesTest
560560
, tasty ^>= 1.4
561561
, tasty-hunit ^>= 0.10
562562
, HUnit ^>= 1.6
563-
, hedgehog ^>= 1.1
563+
, hedgehog ^>= 1.2
564564
, exceptions
565565
, bimap
566566
other-modules: RevDepCommon
@@ -651,5 +651,5 @@ test-suite DocTests
651651

652652
build-depends:
653653
, lib-server
654-
, doctest-parallel ^>= 0.2.2
654+
, doctest-parallel ^>= 0.3.0
655655
-- doctest-parallel-0.2.2 is the first to filter out autogen-modules

0 commit comments

Comments
 (0)