Removed useless comments

This commit is contained in:
Steph 2022-12-05 15:24:47 +01:00
parent d30b80d5ca
commit bcea1ae063
2 changed files with 0 additions and 18 deletions

View File

@ -1,5 +0,0 @@
# Revision history for x2022
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.

View File

@ -11,24 +11,11 @@ version: 0.1.0.0
-- A URL where users can report bugs.
-- bug-reports:
-- The license under which the package is released.
-- license:
author: Steph
maintainer: noreply+steph@code.steph.tools
-- A copyright notice.
-- copyright:
-- category:
extra-source-files: CHANGELOG.md
executable aoc2022
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
hs-source-dirs: app
default-language: Haskell2010