diff options
| author | Luke Hoersten <[email protected]> | 2014-12-18 10:56:53 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2014-12-18 10:56:53 -0600 |
| commit | 3b40b5c3c97b636c4130e8b85e347c53aed1b25f (patch) | |
| tree | 573c43493413cb2eaf563b0a5da3f67fd2843c1c /unagi-streams.cabal | |
| parent | 9f53721dad732c5c389fd27b155c08dc603d1191 (diff) | |
Removed opaque type for chan dupping.
Diffstat (limited to 'unagi-streams.cabal')
| -rw-r--r-- | unagi-streams.cabal | 3 |
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 |
