Solve 2024-03
This commit is contained in:
parent
656f4d82d8
commit
c4d54a9757
5 changed files with 107 additions and 4 deletions
|
|
@ -93,6 +93,7 @@ library
|
|||
, base
|
||||
, containers
|
||||
, megaparsec
|
||||
, regex-tdfa
|
||||
, relude
|
||||
, text
|
||||
mixins:
|
||||
|
|
@ -120,6 +121,7 @@ executable aoc
|
|||
, base
|
||||
, containers
|
||||
, megaparsec
|
||||
, regex-tdfa
|
||||
, relude
|
||||
, text
|
||||
mixins:
|
||||
|
|
@ -150,6 +152,7 @@ test-suite doctest
|
|||
, containers
|
||||
, megaparsec
|
||||
, process
|
||||
, regex-tdfa
|
||||
, relude
|
||||
, text
|
||||
mixins:
|
||||
|
|
@ -188,6 +191,7 @@ test-suite spec
|
|||
, hspec
|
||||
, megaparsec
|
||||
, quickcheck-instances
|
||||
, regex-tdfa
|
||||
, relude
|
||||
, text
|
||||
mixins:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue