You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.3 KiB
62 lines
1.3 KiB
cabal-version: 2.4
|
|
name: aoc2021
|
|
version: 0.1.0.0
|
|
|
|
-- A short (one-line) description of the package.
|
|
-- synopsis:
|
|
|
|
-- A longer description of the package.
|
|
-- description:
|
|
|
|
-- A URL where users can report bugs.
|
|
-- bug-reports:
|
|
|
|
-- The license under which the package is released.
|
|
-- license:
|
|
author: Annwan
|
|
maintainer: annwan@outlook.fr
|
|
|
|
extra-source-files:
|
|
README.org
|
|
|
|
executable d1p1
|
|
main-is: D1P1.hs
|
|
build-depends: base ^>=4.15.0.0
|
|
hs-source-dirs: app
|
|
default-language: Haskell2010
|
|
|
|
executable d1p2
|
|
main-is: D1P2.hs
|
|
build-depends: base ^>=4.15.0.0
|
|
hs-source-dirs: app
|
|
default-language: Haskell2010
|
|
|
|
executable d2p1
|
|
main-is: D2P1.hs
|
|
build-depends: base ^>=4.15.0.0
|
|
hs-source-dirs: app
|
|
default-language: Haskell2010
|
|
|
|
executable d2p2
|
|
main-is: D2P2.hs
|
|
build-depends: base ^>=4.15.0.0
|
|
hs-source-dirs: app
|
|
default-language: Haskell2010
|
|
|
|
executable d3p1
|
|
main-is: D3P1.hs
|
|
build-depends: base ^>=4.15.0.0
|
|
hs-source-dirs: app
|
|
default-language: Haskell2010
|
|
|
|
executable d3p2
|
|
main-is: D3P2.hs
|
|
build-depends: base ^>=4.15.0.0
|
|
hs-source-dirs: app
|
|
default-language: Haskell2010
|
|
|
|
executable d4p1
|
|
main-is: D4P1.hs
|
|
build-depends: base ^>=4.15.0.0
|
|
hs-source-dirs: app
|
|
default-language: Haskell2010
|