-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadvent-of-code.cabal
More file actions
45 lines (41 loc) · 1.08 KB
/
Copy pathadvent-of-code.cabal
File metadata and controls
45 lines (41 loc) · 1.08 KB
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
36
37
38
39
40
41
42
43
44
45
cabal-version: 3.8
name: advent-of-code
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/lsmor/template-advent-of-code#readme>
homepage: https://github.com/lsmor/template-advent-of-code#readme
bug-reports: https://github.com/lsmor/template-advent-of-code/issues
author: Luis Morillo Najarro
copyright: 2021 Luis Morillo Najarro
license: BSD-3-Clause
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/lsmor/template-advent-of-code
common deps
default-extensions:
TypeApplications
OverloadedStrings
LambdaCase
TupleSections
StrictData
ImportQualifiedPost
build-depends:
attoparsec
, base >=4.7 && <5
, bytestring
, containers
, matrix
, vector
, split
, search-algorithms
, mtl
, pointedlist
, bytestring-trie
other-modules:
Paths_advent_of_code
ghc-options:
-Wall
default-language: Haskell2010
-- Do not touch after this line. aoc-hs will edit it