From dfb2ccb8a0c6ee87fafc2c579adf0dd7d8f2a758 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Mon, 12 Oct 2020 15:13:35 +0530 Subject: [PATCH 1/2] Bump bytestring version to allow 0.11 --- unicode-transforms.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicode-transforms.cabal b/unicode-transforms.cabal index 590c98d..87de801 100644 --- a/unicode-transforms.cabal +++ b/unicode-transforms.cabal @@ -96,7 +96,7 @@ library ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs build-depends: base >=4.7 && <5 - , bytestring >=0.9 && <0.11 + , bytestring >=0.9 && <0.12 , text >=1.1.1 && <1.3 , ghc-prim >= 0.2 && < 0.7 if flag(dev) From 19e1cf5d72449570640107100776bf987a7c983a Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Mon, 12 Oct 2020 15:15:46 +0530 Subject: [PATCH 2/2] Fix repository location URLs --- unicode-transforms.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unicode-transforms.cabal b/unicode-transforms.cabal index 87de801..5f7a3a5 100644 --- a/unicode-transforms.cabal +++ b/unicode-transforms.cabal @@ -6,8 +6,8 @@ synopsis: Unicode normalization description: Fast Unicode 13.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD). category: Data,Text,Unicode stability: Experimental -homepage: http://github.com/harendra-kumar/unicode-transforms -bug-reports: https://github.com/harendra-kumar/unicode-transforms/issues +homepage: http://github.com/composewell/unicode-transforms +bug-reports: https://github.com/composewell/unicode-transforms/issues author: Harendra Kumar maintainer: harendra.kumar@gmail.com copyright: 2016-2017 Harendra Kumar, @@ -51,7 +51,7 @@ extra-source-files: source-repository head type: git - location: https://github.com/harendra-kumar/unicode-transforms + location: https://github.com/composewell/unicode-transforms flag dev description: Developer build