Broken commit

This commit is contained in:
vegowotenks 2025-02-17 01:38:52 +01:00
parent 41a90dc6bf
commit 99dcfbd976
5 changed files with 38 additions and 19 deletions

View file

@ -47,7 +47,10 @@ library
build-depends:
base >=4.7 && <5
, containers
, directory
, filepath
, parsec
, path
default-language: Haskell2010
executable ubcc-exe
@ -62,7 +65,10 @@ executable ubcc-exe
build-depends:
base >=4.7 && <5
, containers
, directory
, filepath
, parsec
, path
, ubcc
default-language: Haskell2010
@ -79,6 +85,9 @@ test-suite ubcc-test
build-depends:
base >=4.7 && <5
, containers
, directory
, filepath
, parsec
, path
, ubcc
default-language: Haskell2010