cabal-version: >= 1.10 name: prolude version: 0.0.0.8 synopsis: ITProTV's custom prelude description: Prolude is ITProTV's custom prelude. 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.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 , mongoDB >= 2.7.0 && < 2.8 , persistent >= 2.8 && < 3 , persistent-mongoDB >= 2.8 && < 3 , safe-exceptions >= 0.1.7 && < 0.2 , scientific >= 0.3.6 && < 0.4 , text >= 1.2.3 && < 1.3 , time >= 1.9.3 && < 1.10 , vector >= 0.12.1 && < 0.13