Skip to content

Commit 87d3d9a

Browse files
authored
Merge pull request #56 from composewell/maint
Minor maintenance updates to be included in 0.3.7.1
2 parents 9d489ea + 19e1cf5 commit 87d3d9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unicode-transforms.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ synopsis: Unicode normalization
66
description: Fast Unicode 13.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
77
category: Data,Text,Unicode
88
stability: Experimental
9-
homepage: http://github.com/harendra-kumar/unicode-transforms
10-
bug-reports: https://github.com/harendra-kumar/unicode-transforms/issues
9+
homepage: http://github.com/composewell/unicode-transforms
10+
bug-reports: https://github.com/composewell/unicode-transforms/issues
1111
author: Harendra Kumar
1212
maintainer: [email protected]
1313
copyright: 2016-2017 Harendra Kumar,
@@ -51,7 +51,7 @@ extra-source-files:
5151

5252
source-repository head
5353
type: git
54-
location: https://github.com/harendra-kumar/unicode-transforms
54+
location: https://github.com/composewell/unicode-transforms
5555

5656
flag dev
5757
description: Developer build
@@ -96,7 +96,7 @@ library
9696
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
9797
build-depends:
9898
base >=4.7 && <5
99-
, bytestring >=0.9 && <0.11
99+
, bytestring >=0.9 && <0.12
100100
, text >=1.1.1 && <1.3
101101
, ghc-prim >= 0.2 && < 0.7
102102
if flag(dev)

0 commit comments

Comments
 (0)