aboutsummaryrefslogtreecommitdiffhomepage
path: root/srem.cabal
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-29 17:49:07 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-03-29 17:49:07 +0900
commit55d150f84f3cc9d834c2c9aca3f377c35de8d626 (patch)
tree34be6b5c3f90aaeb99ceede01258ad468b8309bd /srem.cabal
parent8818b695b2b960fd8f26cff5b0511515b62067fe (diff)
downloadsrem-55d150f84f3cc9d834c2c9aca3f377c35de8d626.tar.gz
Emacs args platform-independent
Replace hardcoded forward-slash with </> from System.FilePath
Diffstat (limited to 'srem.cabal')
-rw-r--r--srem.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/srem.cabal b/srem.cabal
index ad94ce0..6a6654a 100644
--- a/srem.cabal
+++ b/srem.cabal
@@ -17,5 +17,6 @@ executable srem
, process
, regex-posix
, modular-arithmetic
+ , filepath
hs-source-dirs: src
default-language: Haskell2010