Import path parsing

This commit is contained in:
vegowotenks 2025-02-18 00:20:55 +01:00
parent 99dcfbd976
commit a19bcf0ad5
3 changed files with 27 additions and 12 deletions

View file

@ -48,7 +48,9 @@ library
base >=4.7 && <5
, containers
, directory
, exceptions
, filepath
, os-string
, parsec
, path
default-language: Haskell2010
@ -66,7 +68,9 @@ executable ubcc-exe
base >=4.7 && <5
, containers
, directory
, exceptions
, filepath
, os-string
, parsec
, path
, ubcc
@ -86,7 +90,9 @@ test-suite ubcc-test
base >=4.7 && <5
, containers
, directory
, exceptions
, filepath
, os-string
, parsec
, path
, ubcc