PUH-Project-0.1.0.1: PUH-Project.cabal
-- Initial PUH-Project.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: PUH-Project
version: 0.1.0.1
synopsis: This is a package which includes Assignments, Email, User and Reviews modules for Programming in Haskell course.
-- description:
license: BSD3
license-file: LICENSE
author: AT&T
maintainer: t.bulota@gmail.com
-- copyright:
category: Data
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: User, Role, Reviews, Email, Assignments
-- other-modules:
other-extensions: EmptyDataDecls, FlexibleContexts, GADTs, GeneralizedNewtypeDeriving, MultiParamTypeClasses, OverloadedStrings, QuasiQuotes, TemplateHaskell, TypeFamilies
build-depends: base >=4.8 && <4.9, transformers >=0.4 && <0.5, persistent >=2.2 && <2.3, persistent-sqlite >=2.2 && <2.3, persistent-template >=2.1 && <2.2, pwstore-fast >=2.4 && <2.5, bytestring >=0.10 && <0.11, random >=1.1 && <1.2, directory >=1.2 && <1.3, text >=1.2 && <1.3, containers >=0.5 && <0.6, smtp-mail >=0.1 && <0.2, mime-mail >=0.4 && <0.5, network >=2.6 && <2.7, time >=1.5 && <1.6, old-locale >=1.0 && <1.1
-- hs-source-dirs:
default-language: Haskell2010