Replace String by Text

This commit is contained in:
Alexander Kobjolke 2023-08-13 13:32:14 +02:00
parent 81b0437bb7
commit 2ac76cb650
3 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,6 @@
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack
@ -25,6 +25,7 @@ library
ghc-options: -Wall -Wunused-packages
build-depends:
base >=4.13 && <5
, text
default-language: GHC2021
executable hcat
@ -37,4 +38,5 @@ executable hcat
build-depends:
base >=4.13 && <5
, hcat
, text
default-language: GHC2021