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.
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
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
|
|
|
|
|
|
executable day011
|
|
hs-source-dirs: src
|
|
main-is: Main1.hs
|
|
other-modules:
|
|
Lib
|
|
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 day012
|
|
hs-source-dirs: src
|
|
main-is: Main2.hs
|
|
other-modules:
|
|
Lib
|
|
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
|