# HG changeset patch # User Luke Hoersten # Date 1443132048 18000 # Node ID dca196679c1d65b63b58015186e9f99b10caee4e # Parent dfbd53aff96e57c9d37f7ad32627e7d5e666516f Added web info. diff -r dfbd53aff96e -r dca196679c1d unagi-streams.cabal --- 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