packages feed

Cabal revisions of errorcall-eq-instance-0.2.0.1

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

revision 1
-name:             errorcall-eq-instance-version:          0.2.0.1-category:         Control-synopsis:         An orphan Eq instance for ErrorCall-description:      Prior to @base-4.7.0.0@ there was no @Eq@ instance for-                  @ErrorCall@.  This package provides an orphan instance.-license:          MIT-license-file:     LICENSE-copyright:        (c) 2013 Simon Hengel-build-type:       Simple-cabal-version:    >= 1.8--source-repository head-  type: git-  location: https://github.com/sol/errorcall-eq-instance--library-  ghc-options:-      -Wall-  hs-source-dirs:-      src-  exposed-modules:-      Control.Exception.ErrorCall.EqInstance-  build-depends:-      base    == 4.*-    , base-compat >= 0.6--test-suite spec-  type:-      exitcode-stdio-1.0-  ghc-options:-      -Wall -Werror-  hs-source-dirs:-      test-  main-is:-      Spec.hs-  build-depends:-      base    == 4.*-    , errorcall-eq-instance-    , QuickCheck-    , hspec >= 1.5+name:             errorcall-eq-instance
+version:          0.2.0.1
+x-revision: 1
+category:         Control
+synopsis:         An orphan Eq instance for ErrorCall
+description:      Prior to @base-4.7.0.0@ there was no @Eq@ instance for
+                  @ErrorCall@.  This package provides an orphan instance.
+license:          MIT
+license-file:     LICENSE
+copyright:        (c) 2013 Simon Hengel
+build-type:       Simple
+cabal-version:    >= 1.8
+
+source-repository head
+  type: git
+  location: https://github.com/sol/errorcall-eq-instance
+
+library
+  ghc-options:
+      -Wall
+  hs-source-dirs:
+      src
+  exposed-modules:
+      Control.Exception.ErrorCall.EqInstance
+  build-depends:
+      base    == 4.*
+    , base-compat >= 0.6 && < 0.8
+
+test-suite spec
+  type:
+      exitcode-stdio-1.0
+  ghc-options:
+      -Wall -Werror
+  hs-source-dirs:
+      test
+  main-is:
+      Spec.hs
+  build-depends:
+      base    == 4.*
+    , errorcall-eq-instance
+    , QuickCheck
+    , hspec >= 1.5