-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtempuhs.cabal
More file actions
38 lines (37 loc) · 1.38 KB
/
tempuhs.cabal
File metadata and controls
38 lines (37 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: tempuhs
version: 0.0.0
synopsis: Chronicler
description: This is the tempuhs chronicler library.
homepage: https://secure.plaimi.net/works/tempuhs
license: AGPL-3
license-file: LICENSE
author: plaimi
maintainer: tempuhs@plaimi.net
copyright: (c) plaimi 2014
category: Time
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Tempuhs.Chronology
other-modules: Tempuhs.Database
Tempuhs.Functions
Tempuhs.Types
other-extensions: FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
MultiParamTypeClasses
OverloadedStrings
QuasiQuotes
TemplateHaskell
TypeFamilies
build-depends: base >=4.6 && <4.8,
lens >=4.5 && <4.8,
persistent >=1.3 && <2.3,
persistent-template >=1.3 && <2.3,
plailude >=0.5 && <0.6,
text >=1.1 && <1.3,
time >=1.4 && <1.5
hs-source-dirs: src
default-language: Haskell2010