-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswissgeo.cabal
34 lines (31 loc) · 1.15 KB
/
swissgeo.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
-- Cabal File for the swissgeo project
name: swissgeo
version: 0.2.0.15
synopsis: Convert GPS Coordinates to Swiss Geographical Coordinates
description: Convert GPS Coordinates to Swiss Geographical Coordinates
and vice versa
homepage: http://www.github.com/hansroland/swissgeo
license: BSD3
license-file: LICENSE
author: Roland Senn
maintainer: [email protected]
copyright: Copyright by Roland Senn
category: Data
build-type: Simple
cabal-version: >=1.18
library
exposed-modules: Data.Geo.Swiss.Conversion
other-extensions: NamedFieldPuns
build-depends: base >=4.7 && < 4.19
, QuickCheck >= 2.8
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
Test-suite test
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Main.hs
build-depends: base >=4.7 && < 4.175
, swissgeo
, QuickCheck >= 2.8