From edb077dbf364ec3b5ba153d3440953791bd1cc62 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Thu, 24 Sep 2015 17:00:48 -0500 Subject: Added web info. --- unagi-streams.cabal | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: luke@hoersten.org 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 -- cgit v1.2.3