-- This file has been generated from package.yaml by hpack version 0.21.2. -- -- see: https://github.com/sol/hpack -- -- hash: a567b6951bfb85e26ea8594b6e97f8c4c7488917c4b42dcb02a2fd56759cedf8 name: non-empty-text version: 0.1.0 synopsis: Non empty Data.Text type description: Typesafe thin wrapper around Data.Text to make impossible to be empty (to always holt at least on character) category: Data, Text, NonEmpty homepage: https://github.com/acatton/haskell-non-empty-text#readme bug-reports: https://github.com/acatton/haskell-non-empty-text/issues author: Antoine Catton maintainer: Antoine Catton license: OtherLicense license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/acatton/haskell-non-empty-text library exposed-modules: Data.NonEmptyText other-modules: Paths_non_empty_text hs-source-dirs: src ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.8 && <5 , text >=1.2 && <3 default-language: Haskell2010 test-suite doctest type: exitcode-stdio-1.0 main-is: DocTest.hs other-modules: Paths_non_empty_text hs-source-dirs: ./. ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: Glob , base >=4.8 && <5 , doctest , text >=1.2 && <3 default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Data.NonEmptyTextSpec hs-source-dirs: test ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: QuickCheck >=2.10 && <3 , base >=4.8 && <5 , hspec , non-empty-text , text >=1.2 && <3 default-language: Haskell2010