packages feed

Cabal revisions of multi-except-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:       >=1.10--name:                multi-except-version:             0.1.0.0-synopsis:            Multiple Exceptions-description:         Exception type that supports reporting multiple exceptions-license:             MIT-license-file:        LICENSE-author:              Owen Shepherd-maintainer:          owen@owen.cafe-category:            Exceptions-build-type:          Simple-extra-source-files:  CHANGELOG.md--library-  exposed-modules:       Control.Applicative.MultiExcept-  build-depends:       base >=4.0 && <5-                     , dlist-  default-language:    Haskell2010+cabal-version:       >=1.10
+
+name:                multi-except
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Multiple Exceptions
+description:         Exception type that supports reporting multiple exceptions
+license:             MIT
+license-file:        LICENSE
+author:              Owen Shepherd
+maintainer:          owen@owen.cafe
+category:            Exceptions
+build-type:          Simple
+extra-source-files:  CHANGELOG.md
+homepage:            https://github.com/414owen/multi-except
+
+library
+  exposed-modules:       Control.Applicative.MultiExcept
+  build-depends:       base >=4.0 && <5
+                     , dlist
+  default-language:    Haskell2010