Added web info.
--- a/unagi-streams.cabal Tue Jul 28 14:26:19 2015 -0500
+++ b/unagi-streams.cabal Thu Sep 24 17:00:48 2015 -0500
@@ -11,6 +11,12 @@
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 @@
, unagi-chan >= 0.2 && < 0.5
, io-streams >= 1.2 && < 1.4
-
hs-source-dirs: src
default-language: Haskell2010