Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 2e6957f

Browse files
committed
relax base64-bytestring upper bound
This project is correctly building using base64-bytestring-1.2.0.1. Relaxing the upper bound accordingly.
1 parent c0d20cc commit 2e6957f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql-simple-migration.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Library
3838
default-extensions: OverloadedStrings, CPP, LambdaCase
3939
default-language: Haskell2010
4040
build-depends: base >= 4.6 && < 5.0,
41-
base64-bytestring >= 1.0 && < 1.1,
41+
base64-bytestring >= 1.0 && < 1.3,
4242
bytestring >= 0.10 && < 0.11,
4343
cryptohash >= 0.11 && < 0.12,
4444
directory >= 1.2 && < 1.4,
@@ -52,7 +52,7 @@ Executable migrate
5252
default-extensions: OverloadedStrings, CPP, LambdaCase
5353
default-language: Haskell2010
5454
build-depends: base >= 4.6 && < 5.0,
55-
base64-bytestring >= 1.0 && < 1.1,
55+
base64-bytestring >= 1.0 && < 1.3,
5656
bytestring >= 0.10 && < 0.11,
5757
cryptohash >= 0.11 && < 0.12,
5858
directory >= 1.2 && < 1.4,

0 commit comments

Comments
 (0)