diff options
| author | Luke Hoersten <[email protected]> | 2015-09-24 17:00:48 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2015-09-24 17:00:48 -0500 |
| commit | edb077dbf364ec3b5ba153d3440953791bd1cc62 (patch) | |
| tree | 82acb5b30e773c6cda69c81dcaa303bb5c465b64 | |
| parent | 9ca8115c2366463e49f469e71f09ceb11d9ad446 (diff) | |
Added web info.
| -rw-r--r-- | unagi-streams.cabal | 7 |
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 |
