cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: f341e206728b5bc99e4226ac248d2292b553d18e651746f33437cced0e11b0ac name: sortee version: 0.1.0.1 synopsis: Generate string for sort key description: Please see the README on GitHub at category: Sorting homepage: https://github.com/b123400/sortee#readme bug-reports: https://github.com/b123400/sortee/issues author: b123400 maintainer: i@b123400.net copyright: 2019 b123400 license: GPL-3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/b123400/sortee library exposed-modules: Data.String.Sortee other-modules: Paths_sortee hs-source-dirs: src build-depends: base >=4.7 && <5 default-language: Haskell2010 test-suite sortee-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: SorteeSpec Paths_sortee hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit , QuickCheck >=2.10.1 && <3.0 , base >=4.7 && <5 , hspec >=2.0.0 , sortee default-language: Haskell2010