Use ByteString for paths instead of String

This commit is contained in:
2016-04-04 17:29:35 +02:00
parent c7229061d0
commit 491efe44a3
3 changed files with 263 additions and 101 deletions

View File

@@ -17,9 +17,8 @@ library
ghc-options: -Wall -O2
exposed-modules: HPath, HPath.Foreign, HPath.Internal
build-depends: base >= 4 && <5
, bytestring
, exceptions
, filepath
, template-haskell
, deepseq
test-suite test