src.nth.io/

summaryrefslogtreecommitdiff
path: root/unagi-streams.cabal
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2014-12-18 10:56:53 -0600
committerLuke Hoersten <[email protected]>2014-12-18 10:56:53 -0600
commit3b40b5c3c97b636c4130e8b85e347c53aed1b25f (patch)
tree573c43493413cb2eaf563b0a5da3f67fd2843c1c /unagi-streams.cabal
parent9f53721dad732c5c389fd27b155c08dc603d1191 (diff)
Removed opaque type for chan dupping.
Diffstat (limited to 'unagi-streams.cabal')
-rw-r--r--unagi-streams.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/unagi-streams.cabal b/unagi-streams.cabal
index 4529913..ed91f29 100644
--- a/unagi-streams.cabal
+++ b/unagi-streams.cabal
@@ -21,5 +21,6 @@ library
, unagi-chan >= 0.2 && < 0.3
, io-streams >= 1.2 && < 1.3
- hs-source-dirs: src/
+
+ hs-source-dirs: src
default-language: Haskell2010