aboutsummaryrefslogtreecommitdiff
path: root/aoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'aoc.cabal')
-rw-r--r--aoc.cabal23
1 files changed, 23 insertions, 0 deletions
diff --git a/aoc.cabal b/aoc.cabal
new file mode 100644
index 0000000..c6b9dee
--- /dev/null
+++ b/aoc.cabal
@@ -0,0 +1,23 @@
1cabal-version: >=1.10
2-- Initial package description 'aoc.cabal' generated by 'cabal init'. For
3-- further documentation, see http://haskell.org/cabal/users-guide/
4
5name: aoc
6version: 0.1.0.0
7-- synopsis:
8-- description:
9-- bug-reports:
10-- license:
11license-file: LICENSE
12author: Akshay
13maintainer: [email protected]
14-- copyright:
15-- category:
16build-type: Simple
17extra-source-files: CHANGELOG.md
18
19executable Day01
20 main-is: Day01.hs
21 build-depends: base
22 default-language: Haskell2010
23 hs-source-dirs: execs