Everything is now Data.Text instead of String

This commit is contained in:
vegowotenks 2025-02-21 18:17:46 +01:00
parent 753f429ec8
commit cbfd729795
18 changed files with 178 additions and 137 deletions

View file

@ -56,6 +56,7 @@ library
, os-string
, parsec
, path
, text
, transformers
default-language: Haskell2010
@ -78,6 +79,7 @@ executable ubcc-exe
, os-string
, parsec
, path
, text
, transformers
, ubcc
default-language: Haskell2010
@ -102,6 +104,7 @@ test-suite ubcc-test
, os-string
, parsec
, path
, text
, transformers
, ubcc
default-language: Haskell2010