packages feed

silvi-0.0.4: silvi.cabal

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

name:                      silvi
version:                   0.0.4
build-type:                Simple
cabal-version:             >= 1.10
category:                  Development, 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
extra-source-files:        README.md
tested-with:               GHC == 8.0.2
                         , GHC == 8.2.1
                         , GHC == 8.2.2
synopsis:                  A generator for different kinds of logs.
description:               A Haskell library for generating logs
                           from user specifications.

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

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        >= 1.0.1   && < 1.0.3
                         , http-types     >= 0.11   && < 0.13
                         , ip             >= 1.0    && < 2.0
                         , quantification >= 0.3    && < 0.5
                         , savage         >= 1.0.3  && < 2.0
                         , text
    exposed-modules:       Silvi
                         , Silvi.Random
                         , Silvi.Record
                         , Silvi.Types
                         , Silvi.Tutorial 
    default-language:      Haskell2010
    other-extensions:     

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