smap-0.2.1: smap.cabal
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: f341330ce026ba29d5e5b23a17af3e56e1a415c1dc7d595c07a06ffe622d12ce
name: smap
version: 0.2.1
synopsis: A command line tool for working with sets and maps
description: Please see the README below or on GitHub at <https://github.com/wyager/smap>
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 KindSignatures DataKinds
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 KindSignatures DataKinds
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 KindSignatures DataKinds
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