src.nth.io/

summaryrefslogtreecommitdiff
path: root/unagi-streams.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'unagi-streams.cabal')
-rw-r--r--unagi-streams.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/unagi-streams.cabal b/unagi-streams.cabal
index 280fbcf..bb26ffe 100644
--- a/unagi-streams.cabal
+++ b/unagi-streams.cabal
@@ -11,6 +11,12 @@ maintainer: [email protected]
category: IO-Streams, Concurrency
build-type: Simple
cabal-version: >= 1.10
+homepage: https://github.com/LukeHoersten/unagi-streams
+bug-reports: https://github.com/LukeHoersten/unagi-streams/issues
+
+source-repository head
+ type: git
+ location: git://github.com/LukeHoersten/unagi-streams.git
library
exposed-modules:
@@ -21,6 +27,5 @@ library
, unagi-chan >= 0.2 && < 0.5
, io-streams >= 1.2 && < 1.4
-
hs-source-dirs: src
default-language: Haskell2010