Everything is now Data.Text instead of String
This commit is contained in:
parent
753f429ec8
commit
cbfd729795
18 changed files with 178 additions and 137 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue