name: text1 version: 0.0.6.1 license: BSD3 license-file: LICENCE author: Queensland Functional Programming Lab maintainer: Queensland Functional Programming Lab copyright: Copyright (C) 2017 Commonwealth Scientific and Industrial Research Organisation (CSIRO) synopsis: Non-empty values of `Data.Text`. category: Data description: <> . Non-empty values of `Data.Text`. homepage: https://github.com/qfpl/text1 bug-reports: https://github.com/qfpl/text1/issues cabal-version: >= 1.10 build-type: Simple extra-source-files: changelog.md tested-with: GHC == 7.4.2 , GHC == 7.6.3 , GHC == 7.8.4 , GHC == 7.10.3 , GHC == 8.0.2 , GHC == 8.2.2 , GHC == 8.4.3 , GHC == 8.6.1 source-repository head type: git location: git@github.com:qfpl/text1.git library default-language: Haskell2010 build-depends: base >= 4.5 && < 4.13 , semigroups >= 0.8 && < 1 , text >= 1.2 && < 2 , lens >= 4.0 && < 5 , binary >= 0.5 && < 1 ghc-options: -Wall default-extensions: NoImplicitPrelude hs-source-dirs: src exposed-modules: Data.Text1 test-suite hunit type: exitcode-stdio-1.0 main-is: hunit.hs default-language: Haskell2010 build-depends: base >= 4.5 && < 5 , HUnit >= 1.2 && < 1.7 , lens >= 4.0 && < 5 , text >= 1.2 && < 2 , text1 ghc-options: -Wall -threaded hs-source-dirs: tests test-suite quickcheck type: exitcode-stdio-1.0 main-is: quickcheck.hs default-language: Haskell2010 build-depends: base >= 4.5 && < 5 , QuickCheck >= 2.9 && < 2.13 , semigroups >= 0.8 && < 1 , text >= 1.2 && < 2 , text1 ghc-options: -Wall -threaded hs-source-dirs: tests