packages feed

smap-0.3.2: 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: eebcc4a069717374c35cac6f5dcc29bc7758efd8ef0ad6413d9329cdb1964261

name:           smap
version:        0.3.2
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 OverloadedStrings
  ghc-options: -O2 -Wall -fexpose-all-unfoldings -optP-Wno-nonportable-include-path
  build-depends:
      attoparsec
    , base >=4.7 && <5
    , bytestring
    , hashable
    , memory
    , mmorph
    , optparse-applicative
    , resourcet
    , 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 OverloadedStrings
  ghc-options: -rtsopts -Wall -O2 -fspecialize-aggressively -optP-Wno-nonportable-include-path
  build-depends:
      attoparsec
    , base >=4.7 && <5
    , bytestring
    , hashable
    , memory
    , mmorph
    , optparse-applicative
    , resourcet
    , 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 OverloadedStrings
  ghc-options: -rtsopts
  build-depends:
      attoparsec
    , base >=4.7 && <5
    , bytestring
    , hashable
    , memory
    , mmorph
    , optparse-applicative
    , resourcet
    , smap
    , streaming
    , streaming-bytestring
    , strict
    , text
    , transformers
    , unordered-containers
  default-language: Haskell2010