Cabal revisions of alternative-io-0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: alternative-io-Version: 0.0.0-Author: Kazu Yamamoto <kazu@iij.ad.jp>-Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>-License: BSD3-License-File: LICENSE-Synopsis: IO as Alternative instance-Description: IO as Alternative instance-Category: Data-Cabal-Version: >= 1.6-Build-Type: Simple--Library- if impl(ghc >= 6.12)- GHC-Options: -Wall -fno-warn-unused-do-bind- else- GHC-Options: -Wall- Exposed-Modules: Data.Alternative.IO- Data.Alternative.IO.Lifted- Build-Depends: base >= 4 && < 5- , lifted-base- , monad-control- , transformers- , transformers-base--Source-Repository head- Type: git- Location: git clone git://github.com/kazu-yamamoto/alternative-io+Name: alternative-io +Version: 0.0.0 +x-revision: 1 +Author: Kazu Yamamoto <kazu@iij.ad.jp> +Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> +License: BSD3 +License-File: LICENSE +Synopsis: IO as Alternative instance +Description: IO as Alternative instance +Category: Data +Cabal-Version: >= 1.6 +Build-Type: Simple + +Library + if impl(ghc >= 6.12) + GHC-Options: -Wall -fno-warn-unused-do-bind + else + GHC-Options: -Wall + Exposed-Modules: Data.Alternative.IO + Data.Alternative.IO.Lifted + Build-Depends: base >= 4 && < 5 + , base < 4.3 || >= 4.8 + , lifted-base + , monad-control + , transformers + , transformers-base + +Source-Repository head + Type: git + Location: git clone git://github.com/kazu-yamamoto/alternative-io
revision 2
Name: alternative-io Version: 0.0.0 -x-revision: 1 +x-revision: 2 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3 Exposed-Modules: Data.Alternative.IO Data.Alternative.IO.Lifted Build-Depends: base >= 4 && < 5 - , base < 4.3 || >= 4.8 + , base < 4.3 || == 4.8.* , lifted-base , monad-control , transformers