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

Raise upper bounds on base64-bytestring dependency #37

Open
magthe opened this issue Jan 5, 2021 · 3 comments
Open

Raise upper bounds on base64-bytestring dependency #37

magthe opened this issue Jan 5, 2021 · 3 comments

Comments

@magthe
Copy link

magthe commented Jan 5, 2021

It looks like this change is OK:

From 079c5300001a0c3b16855b4d84f510eba0e7cc4e Mon Sep 17 00:00:00 2001
From: Magnus Therning <magnus@therning.org>
Date: Tue, 5 Jan 2021 16:29:21 +0100
Subject: [PATCH] Allow newer base64-bytestring versions

---
 postgresql-simple-migration.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/postgresql-simple-migration.cabal b/postgresql-simple-migration.cabal
index f56dafc..49c0a4e 100644
--- a/postgresql-simple-migration.cabal
+++ b/postgresql-simple-migration.cabal
@@ -38,7 +38,7 @@ Library
     default-extensions:     OverloadedStrings, CPP, LambdaCase
     default-language:       Haskell2010
     build-depends:          base                        >= 4.6      && < 5.0,
-                            base64-bytestring           >= 1.0      && < 1.1,
+                            base64-bytestring           >= 1.0      && < 1.2,
                             bytestring                  >= 0.10     && < 0.11,
                             cryptohash                  >= 0.11     && < 0.12,
                             directory                   >= 1.2      && < 1.4,
@@ -52,7 +52,7 @@ Executable migrate
     default-extensions:     OverloadedStrings, CPP, LambdaCase
     default-language:       Haskell2010
     build-depends:          base                        >= 4.6      && < 5.0,
-                            base64-bytestring           >= 1.0      && < 1.1,
+                            base64-bytestring           >= 1.0      && < 1.2,
                             bytestring                  >= 0.10     && < 0.11,
                             cryptohash                  >= 0.11     && < 0.12,
                             directory                   >= 1.2      && < 1.4,
-- 
2.30.0

I believe it could also be done via Hackage directly and thus not requiring a new release.

@magthe
Copy link
Author

magthe commented Jan 5, 2021

It would probably work to raise it so it includes the very latest version of base64-bytestring as well, but I haven't tested that myself.

@maksbotan
Copy link

Hi, any chances of fixing this? It would suffice to make a Hackage revision for that.

@endgame
Copy link

endgame commented Apr 24, 2021

I have built this package using base64-bytestring-1.2.0.1. As a Hackage Trustee, I have published a new revision with base64-bytestring >= 1.0 && < 1.3.

Related PR: #39

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants