-
Notifications
You must be signed in to change notification settings - Fork 0
/
linca.cabal
35 lines (34 loc) · 1.03 KB
/
linca.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
name: linca
version: 0.4
synopsis: general-purpose library
homepage: https://github.com/julianbrunner/linca
license: GPL-3
license-file: LICENSE
author: Julian Brunner
maintainer: [email protected]
category: Library
build-type: Simple
cabal-version: >= 1.10
library
default-language: Haskell2010
default-extensions: NoMonomorphismRestriction RankNTypes
build-depends: base >= 4.9, containers >= 0.5, mtl >= 2.2, filepath >= 1.4, directory >= 1.2, bytestring >= 0.10, time >= 1.5, random >= 1.1
ghc-options: -Wall -fno-warn-tabs -fno-warn-name-shadowing -dynamic
exposed-modules:
Linca.Graphics.Color
Linca.Graphics.AlphaColor
Linca.Graphics.NamedColor
Linca.Error
Linca.Basic
Linca.Countable
Linca.Scalar
Linca.Range
Linca.Map
Linca.Lens
Linca.List
Linca.Monad
Linca.ByteString.Lazy
Linca.Cryptography
Linca.Timing
Linca.Random
Linca.Files