prolude-0.0.0.1: prolude.cabal
cabal-version: >= 1.10
name: prolude
version: 0.0.0.1
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.Core
Prolude.Exception
Prolude.Json
Prolude.Maybe
Prolude.MongoDB
Prolude.Text
Prolude.Time
build-depends:
base >= 4.13.0 && < 4.15
, aeson >= 1.4.7 && < 1.5
, bytestring >= 0.10.10 && < 0.11
, mongoDB >= 2.7.0 && < 2.8
, 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