File 1.cabal of Package ghc-through-text
name: through-text
version: 0.1.0.0
x-revision: 1
synopsis: Convert textual types through Text without needing O(n^2) instances.
description: Convert textual types through Text without needing O(n^2) instances.
.
See the README for more information: <https://github.com/bergmark/through-text/blob/master/README.md>
homepage: https://www.github.com/bergmark/through-text
bug-reports: https://www.github.com/bergmark/through-text
license: BSD3
license-file: LICENSE
author: Adam Bergmark
maintainer: adam@bergmark.nl
copyright: (c) 2015 Adam Bergmark
category: Data
build-type: Simple
cabal-version: >=1.10
extra-source-files:
LICENSE
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/bergmark/through-text.git
library
default-language: Haskell2010
ghc-options: -Wall
hs-source-dirs: src
exposed-modules: Data.Text.Through
build-depends:
base >= 4.3 && < 4.10
, bytestring >= 0.9 && < 0.11
, case-insensitive >= 0.1 && < 1.3
, text >= 0.11 && < 1.3