Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor maintenance updates to be included in 0.3.7.1 #56

Merged
merged 2 commits into from Oct 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions unicode-transforms.cabal
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down