Day eight: Use Flow for more sane piping

This commit is contained in:
2024-12-08 14:01:32 +01:00
parent ff74e85ba6
commit 3fe54232b2
5 changed files with 10 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ library
build-depends:
base >=4.7 && <5
, containers
, flow
default-language: Haskell2010
executable day08-haskell-exe