packages feed

Cabal revisions of base-orphans-0.4.3

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

revision 1
 
 name:                base-orphans
 version:             0.4.3
+x-revision: 1
 synopsis:            Backwards-compatible orphan instances for base
 homepage:            https://github.com/haskell-compat/base-orphans#readme
 bug-reports:         https://github.com/haskell-compat/base-orphans/issues
       src
   ghc-options: -Wall
   build-depends:
-      base >= 4.3 && < 5
+      base >= 4.3 && < 4.8.2
     , ghc-prim
   exposed-modules:
       Data.Orphans
revision 2
 
 name:                base-orphans
 version:             0.4.3
-x-revision: 1
+x-revision: 2
 synopsis:            Backwards-compatible orphan instances for base
 homepage:            https://github.com/haskell-compat/base-orphans#readme
 bug-reports:         https://github.com/haskell-compat/base-orphans/issues
 license-file:        LICENSE
 author:              Simon Hengel <sol@typeful.net>,
                      João Cristóvão <jmacristovao@gmail.com>,
-                     Ryan Scott <ryan.gl.scott@ku.edu>
+                     Ryan Scott <ryan.gl.scott@gmail.com>
 maintainer:          Simon Hengel <sol@typeful.net>,
                      João Cristóvão <jmacristovao@gmail.com>,
-                     Ryan Scott <ryan.gl.scott@ku.edu>
+                     Ryan Scott <ryan.gl.scott@gmail.com>
 copyright:           (c) 2012-2015 Simon Hengel,
                      (c) 2014 João Cristóvão,
                      (c) 2015 Ryan Scott