summaryrefslogtreecommitdiff
path: root/fsmgr.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-04 13:48:36 -0400
committerAndrew Cady <d@jerkface.net>2019-10-04 13:51:57 -0400
commitcd7dc6266b415cf3c937fc3b3aa14fce999c6f0d (patch)
treefe89beb18d89d29cee49f2e04326fc9152638bbf /fsmgr.cabal
parenta9aab3eddf957e1ac4ef29a1dc6374567827c343 (diff)
factor out string functions
most of these were copied from MissingH
Diffstat (limited to 'fsmgr.cabal')
-rw-r--r--fsmgr.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsmgr.cabal b/fsmgr.cabal
index 7f7708d..4d2de80 100644
--- a/fsmgr.cabal
+++ b/fsmgr.cabal
@@ -19,7 +19,7 @@ source-repository head
19 19
20library 20library
21 exposed-modules: 21 exposed-modules:
22 Crypto.Hash.Types.Digest.Read, ConfigFile 22 Crypto.Hash.Types.Digest.Read, ConfigFile, String
23 other-modules: 23 other-modules:
24 Paths_fsmgr 24 Paths_fsmgr
25 hs-source-dirs: 25 hs-source-dirs: