-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoding-the-matrix.cabal
More file actions
30 lines (28 loc) · 900 Bytes
/
coding-the-matrix.cabal
File metadata and controls
30 lines (28 loc) · 900 Bytes
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
name: coding-the-matrix
version: 0.1.0.0
license: MIT
license-file: LICENCE
author: Dan Brooks
maintainer: dmbrooks@live.co.uk
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
build-depends: base
, Chart
, Chart-diagrams
, containers
, JuicyPixels
, random
, vector
exposed-modules: Lab
, InverseIndexLab
, ComprehensionLab
, DictUtil
, ComplexLab
, TheField
, TheField.Image
, TheField.Plot
, TheField.Problems
default-language: Haskell2010
ghc-options: -Wall -O3