-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsigym4-geometry-persistent.cabal
56 lines (53 loc) · 1.68 KB
/
sigym4-geometry-persistent.cabal
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
-- Initial sigym4-geometry-persistent.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: sigym4-geometry-persistent
version: 0.1.0.1
synopsis: Interoperatibility with postgis geometry columns for persistent-postgresql
-- description:
homepage: https://github.com/meteogrid/sigym4-geometry-persistent
license: MIT
license-file: LICENSE
author: Alberto Valverde Gonzalez
maintainer: [email protected]
-- copyright:
category: Database
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: Sigym4.Geometry.Persistent
-- other-modules:
build-depends: base >=4.7 && <5
, bytestring >=0.10 && <0.11
, persistent >=2.1 && <2.3
, persistent-postgresql >=2.1.0.1 && <2.3
, base16-bytestring >=0.1 && <0.2
, sigym4-geometry >=0.3
, binary >=0.7 && <0.8
, esqueleto
-- hs-source-dirs:
default-language: Haskell2010
test-suite spec
type:
exitcode-stdio-1.0
ghc-options:
-Wall
-- -Werror
hs-source-dirs:
test
main-is:
Spec.hs
build-depends:
base, esqueleto, persistent, transformers, resourcet, text
, conduit
, containers
, HUnit
, QuickCheck
, hspec
, persistent-postgresql
, persistent-template
, monad-control
, monad-logger
, sigym4-geometry
, sigym4-geometry-persistent
default-language: Haskell2010