summaryrefslogtreecommitdiff
path: root/sequence.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-06-02 15:19:14 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-06-02 15:19:14 +0200
commite4fe9710287960438856fa78b697ccae64b7e2eb (patch)
tree6d9283aa148a912f219acc6e0d9307f448736b69 /sequence.cabal
download2017-01-16_17:13:37-e4fe9710287960438856fa78b697ccae64b7e2eb.tar
2017-01-16_17:13:37-e4fe9710287960438856fa78b697ccae64b7e2eb.tar.gz
2017-01-16_17:13:37-e4fe9710287960438856fa78b697ccae64b7e2eb.tar.bz2
2017-01-16_17:13:37-e4fe9710287960438856fa78b697ccae64b7e2eb.tar.xz
2017-01-16_17:13:37-e4fe9710287960438856fa78b697ccae64b7e2eb.zip
Build framework
Diffstat (limited to 'sequence.cabal')
-rw-r--r--sequence.cabal24
1 files changed, 24 insertions, 0 deletions
diff --git a/sequence.cabal b/sequence.cabal
new file mode 100644
index 0000000..0cea160
--- /dev/null
+++ b/sequence.cabal
@@ -0,0 +1,24 @@
1-- Initial sequence.cabal generated by cabal init. For further
2-- documentation, see http://haskell.org/cabal/users-guide/
3
4name: sequence
5version: 0.0.0
6-- synopsis:
7-- description:
8license: MIT
9license-file: LICENSE
10author: Gregor Kleen
11maintainer: gkleen@yggdrasil.li
12-- copyright:
13category: Game
14build-type: Simple
15-- extra-source-files:
16cabal-version: >=1.10
17
18executable sequence
19 main-is: Main.hs
20 -- other-modules:
21 -- other-extensions:
22 build-depends: base >=4.8 && <4.9
23 hs-source-dirs: src
24 default-language: Haskell2010 \ No newline at end of file