packages feed

silvi-0.0.2: silvi.cabal

---------------------------------------------------------------------

name:                      silvi
version:                   0.0.2
build-type:                Simple
cabal-version:             >= 1.10
category:                  Testing
author:                    Daniel Cartwright
maintainer:                dcartwright@layer3com.com
license:                   BSD3
license-file:              LICENSE
homepage:                  https://github.com/chessai/silvi#readme
bug-reports:               https://github.com/chessai/silvi/issues
synopsis:                  A generator for different kinds of logs.
description:               A Haskell library for generating logs
                           from user specifications.
extra-source-files:        README.md
tested-with:               GHC == 8.0.2
                         , GHC == 8.2.1

---------------------------------------------------------------------

source-repository head
    type:                git
    branch:              master
    location:            https://github.com/chessai/silvi.git

---------------------------------------------------------------------

library
    hs-source-dirs:        src
    build-depends:         base       >= 4.9 && < 5.0
                         , bytestring
                         , chronos
                         , http-types
                         , ip
                         , quantification
                         , savage
                         , text
    exposed-modules:       Silvi
                         , Silvi.Random
                         , Silvi.Record
                         , Silvi.Types
    default-language:      Haskell2010
    other-extensions:     

---------------------------------------------------------------------