Removed useless comments
This commit is contained in:
parent
d30b80d5ca
commit
bcea1ae063
@ -1,5 +0,0 @@
|
|||||||
# Revision history for x2022
|
|
||||||
|
|
||||||
## 0.1.0.0 -- YYYY-mm-dd
|
|
||||||
|
|
||||||
* First version. Released on an unsuspecting world.
|
|
@ -11,24 +11,11 @@ version: 0.1.0.0
|
|||||||
-- A URL where users can report bugs.
|
-- A URL where users can report bugs.
|
||||||
-- bug-reports:
|
-- bug-reports:
|
||||||
|
|
||||||
-- The license under which the package is released.
|
|
||||||
-- license:
|
|
||||||
author: Steph
|
author: Steph
|
||||||
maintainer: noreply+steph@code.steph.tools
|
maintainer: noreply+steph@code.steph.tools
|
||||||
|
|
||||||
-- A copyright notice.
|
|
||||||
-- copyright:
|
|
||||||
-- category:
|
|
||||||
extra-source-files: CHANGELOG.md
|
|
||||||
|
|
||||||
executable aoc2022
|
executable aoc2022
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
|
|
||||||
-- Modules included in this executable, other than Main.
|
|
||||||
-- other-modules:
|
|
||||||
|
|
||||||
-- LANGUAGE extensions used by modules in this package.
|
|
||||||
-- other-extensions:
|
|
||||||
build-depends: base ^>=4.16.3.0, split ^>=0.2.3.5, regex-tdfa ^>=1.3.2, containers ^>=0.6.6
|
build-depends: base ^>=4.16.3.0, split ^>=0.2.3.5, regex-tdfa ^>=1.3.2, containers ^>=0.6.6
|
||||||
hs-source-dirs: app
|
hs-source-dirs: app
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
Loading…
Reference in New Issue
Block a user