gdritter repos courriel / master courriel.cabal
master

Tree @master (Download .tar.gz)

courriel.cabal @masterraw · history · blame

name:             courriel
version:          0.1.0.0
-- synopsis:
-- description:
license:          BSD3
license-file:     LICENSE
author:           Getty Ritter <gdritter@galois.com>
maintainer:       Getty Ritter <gdritter@galois.com>
copyright:        ©2017 Getty Ritter
-- category:
build-type:       Simple
cabal-version:    >= 1.14

library
  hs-source-dirs:      src
  exposed-modules:     Network.Courriel.Types
                     , Network.Courriel.Parse
  ghc-options:         -Wall
  build-depends:       base >=4.7 && <5
                     , bytestring
                     , microlens-platform
                     , time
                     , containers
                     , attoparsec
                     , directory
  default-language:    Haskell2010
  default-extensions:  OverloadedStrings,
                       ScopedTypeVariables