packages feed

prolude-0.0.0.11: prolude.cabal

cabal-version: >= 1.10

name: prolude
version: 0.0.0.11
synopsis: ITProTV's custom prelude
description:
    Prolude is ITProTV's custom prelude.
    <https://www.itpro.tv>

build-type: Simple
category: Prelude
license: MIT
license-file: LICENSE.txt
maintainer: ITProTV

source-repository head
    type: git
    location: https://github.com/EdutainmentLIVE/prolude

library
    default-language: Haskell2010

    exposed-modules:
        Prolude
        Prolude.Aeson
        Prolude.ByteString
        Prolude.Core
        Prolude.Csv
        Prolude.Exception
        Prolude.Foldable
        Prolude.Json
        Prolude.Maybe
        Prolude.Monad
        Prolude.MonadIO
        Prolude.MongoDB
        Prolude.Persist
        Prolude.Prim
        Prolude.Swagger
        Prolude.Test
        Prolude.Text
        Prolude.Time

    build-depends:
        base >= 4.13.0 && < 4.15
        , aeson >= 1.4.7 && < 1.6
        , bytestring >= 0.10.10 && < 0.11
        , cassava >= 0.5.2.0 && < 0.6
        , containers >= 0.6.2 && < 0.7
        , generic-random >= 1.3.0.1 && < 1.4
        , mongoDB >= 2.7.0 && < 2.8
        , mtl >= 2.2.2 && < 2.3
        , QuickCheck >= 2.14.1 && < 2.15
        , quickcheck-instances >= 0.3.25 && < 0.4
        , persistent >= 2.8 && < 3
        , persistent-mongoDB >= 2.8 && < 3
        , safe-exceptions >= 0.1.7 && < 0.2
        , scientific >= 0.3.6 && < 0.4
        , swagger2 >= 2.6 && < 2.7
        , text >= 1.2.3 && < 1.3
        , time >= 1.9.3 && < 1.10
        , vector >= 0.12.1 && < 0.13