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: f9b3c8428fd796fc574a982c19dc5a090f0a419b37f6c465b3466cea621b02fc name: smap version: 0.1.0 synopsis: A command line tool for working with sets and maps description: Please see the README on GitHub at category: Text homepage: https://github.com/wyager/smap#readme bug-reports: https://github.com/wyager/smap/issues author: Will Yager maintainer: will@yager.io copyright: 2019 Will Yager license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/wyager/smap library exposed-modules: Smap.Commands Smap.Flags other-modules: Paths_smap hs-source-dirs: src default-extensions: TupleSections RankNTypes ScopedTypeVariables LambdaCase BangPatterns ghc-options: -O2 -Wall -fexpose-all-unfoldings -optP-Wno-nonportable-include-path build-depends: attoparsec , base >=4.7 && <5 , bytestring , hashable , optparse-applicative , resourcet , siphash , streaming , streaming-bytestring , strict , text , transformers , unordered-containers default-language: Haskell2010 executable smap main-is: Main.hs other-modules: Paths_smap hs-source-dirs: app default-extensions: TupleSections RankNTypes ScopedTypeVariables LambdaCase BangPatterns ghc-options: -rtsopts -Wall -O2 -fspecialize-aggressively -optP-Wno-nonportable-include-path build-depends: attoparsec , base >=4.7 && <5 , bytestring , hashable , optparse-applicative , resourcet , siphash , smap , streaming , streaming-bytestring , strict , text , transformers , unordered-containers default-language: Haskell2010 test-suite smap-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_smap hs-source-dirs: test default-extensions: TupleSections RankNTypes ScopedTypeVariables LambdaCase BangPatterns ghc-options: -rtsopts build-depends: attoparsec , base >=4.7 && <5 , bytestring , hashable , optparse-applicative , resourcet , siphash , smap , streaming , streaming-bytestring , strict , text , transformers , unordered-containers default-language: Haskell2010