You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.1 KiB
Plaintext
68 lines
2.1 KiB
Plaintext
2 years ago
|
name: day01
|
||
|
version: 0.1.0.0
|
||
|
-- synopsis:
|
||
|
-- description:
|
||
|
homepage: https://github.com/githubuser/day01#readme
|
||
|
license: MIT
|
||
|
license-file: ../LICENSE
|
||
|
author: Author name here
|
||
|
maintainer: example@example.com
|
||
|
copyright: 2022 Author name here
|
||
|
category: Web
|
||
|
build-type: Simple
|
||
|
cabal-version: >=1.10
|
||
|
extra-source-files: README.md
|
||
|
CHANGELOG.md
|
||
|
|
||
|
library
|
||
|
hs-source-dirs: src
|
||
|
exposed-modules:
|
||
|
Lib
|
||
|
other-modules:
|
||
|
Paths_day01
|
||
|
default-language: Haskell2010
|
||
|
build-depends: base >= 4.7 && < 5, split
|
||
|
ghc-options: -Wall
|
||
|
-Wcompat
|
||
|
-Widentities
|
||
|
-Wincomplete-record-updates
|
||
|
-Wincomplete-uni-patterns
|
||
|
-Wmissing-export-lists
|
||
|
-Wmissing-home-modules
|
||
|
-Wpartial-fields
|
||
|
-Wredundant-constraints
|
||
|
|
||
|
executable day011
|
||
|
hs-source-dirs: src
|
||
|
main-is: Main1.hs
|
||
|
other-modules:
|
||
|
Lib
|
||
|
default-language: Haskell2010
|
||
|
build-depends: base >= 4.7 && < 5, split, day01
|
||
|
ghc-options: -Wall
|
||
|
-Wcompat
|
||
|
-Widentities
|
||
|
-Wincomplete-record-updates
|
||
|
-Wincomplete-uni-patterns
|
||
|
-Wmissing-export-lists
|
||
|
-Wmissing-home-modules
|
||
|
-Wpartial-fields
|
||
|
-Wredundant-constraints
|
||
|
|
||
|
executable day012
|
||
|
hs-source-dirs: src
|
||
|
main-is: Main2.hs
|
||
|
other-modules:
|
||
|
Lib
|
||
|
default-language: Haskell2010
|
||
|
build-depends: base >= 4.7 && < 5, split, day01
|
||
|
ghc-options: -Wall
|
||
|
-Wcompat
|
||
|
-Widentities
|
||
|
-Wincomplete-record-updates
|
||
|
-Wincomplete-uni-patterns
|
||
|
-Wmissing-export-lists
|
||
|
-Wmissing-home-modules
|
||
|
-Wpartial-fields
|
||
|
-Wredundant-constraints
|