packages feed

Cabal revisions of base-orphans-0.4.4

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

revision 1
--- This file has been generated from package.yaml by hpack version 0.5.4.------ see: https://github.com/sol/hpack--name:                base-orphans-version:             0.4.4-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:             MIT-license-file:        LICENSE-author:              Simon Hengel <sol@typeful.net>,-                     João Cristóvão <jmacristovao@gmail.com>,-                     Ryan Scott <ryan.gl.scott@ku.edu>-maintainer:          Simon Hengel <sol@typeful.net>,-                     João Cristóvão <jmacristovao@gmail.com>,-                     Ryan Scott <ryan.gl.scott@ku.edu>-copyright:           (c) 2012-2015 Simon Hengel,-                     (c) 2014 João Cristóvão,-                     (c) 2015 Ryan Scott-category:            Compatibility-build-type:          Simple-cabal-version:       >= 1.10-description:         @base-orphans@ defines orphan instances that mimic instances available in later versions of @base@ to a wider (older) range of compilers. @base-orphans@ does not export anything except the orphan instances themselves and complements @<http://hackage.haskell.org/package/base-compat base-compat>@.-                     See the README for what instances are covered: <https://github.com/haskell-compat/base-orphans#readme>. See also the <https://github.com/haskell-compat/base-orphans#what-is-not-covered what is not covered> section.--extra-source-files:-    CHANGES.markdown-    README.markdown--source-repository head-  type: git-  location: https://github.com/haskell-compat/base-orphans--library-  hs-source-dirs:-      src-  ghc-options: -Wall-  build-depends:-      base >= 4.3 && < 5-    , ghc-prim-  exposed-modules:-      Data.Orphans-  other-modules:-      Data.Orphans.Prelude-  default-language: Haskell2010--test-suite spec-  type: exitcode-stdio-1.0-  main-is: Spec.hs-  hs-source-dirs:-      test-  ghc-options: -Wall-  build-depends:-      base >= 4.3 && < 5-    , base-orphans-    , hspec == 2.*-    , QuickCheck-  other-modules:-      Control.Applicative.OrphansSpec-      Control.Exception.OrphansSpec-      Data.Bits.OrphansSpec-      Data.Foldable.OrphansSpec-      Data.Monoid.OrphansSpec-      Data.Traversable.OrphansSpec-      Data.Version.OrphansSpec-      Foreign.Storable.OrphansSpec-      GHC.Fingerprint.OrphansSpec-      System.Posix.Types.IntWord-      System.Posix.Types.OrphansSpec-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.5.4.
+--
+-- see: https://github.com/sol/hpack
+
+name:                base-orphans
+version:             0.4.4
+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
+license:             MIT
+license-file:        LICENSE
+author:              Simon Hengel <sol@typeful.net>,
+                     João Cristóvão <jmacristovao@gmail.com>,
+                     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@gmail.com>
+copyright:           (c) 2012-2015 Simon Hengel,
+                     (c) 2014 João Cristóvão,
+                     (c) 2015 Ryan Scott
+category:            Compatibility
+build-type:          Simple
+cabal-version:       >= 1.10
+description:         @base-orphans@ defines orphan instances that mimic instances available in later versions of @base@ to a wider (older) range of compilers. @base-orphans@ does not export anything except the orphan instances themselves and complements @<http://hackage.haskell.org/package/base-compat base-compat>@.
+                     See the README for what instances are covered: <https://github.com/haskell-compat/base-orphans#readme>. See also the <https://github.com/haskell-compat/base-orphans#what-is-not-covered what is not covered> section.
+
+extra-source-files:
+    CHANGES.markdown
+    README.markdown
+
+source-repository head
+  type: git
+  location: https://github.com/haskell-compat/base-orphans
+
+library
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  build-depends:
+      base >= 4.3 && < 5
+    , ghc-prim
+  exposed-modules:
+      Data.Orphans
+  other-modules:
+      Data.Orphans.Prelude
+  default-language: Haskell2010
+
+test-suite spec
+  type: exitcode-stdio-1.0
+  main-is: Spec.hs
+  hs-source-dirs:
+      test
+  ghc-options: -Wall
+  build-depends:
+      base >= 4.3 && < 5
+    , base-orphans
+    , hspec == 2.*
+    , QuickCheck
+  other-modules:
+      Control.Applicative.OrphansSpec
+      Control.Exception.OrphansSpec
+      Data.Bits.OrphansSpec
+      Data.Foldable.OrphansSpec
+      Data.Monoid.OrphansSpec
+      Data.Traversable.OrphansSpec
+      Data.Version.OrphansSpec
+      Foreign.Storable.OrphansSpec
+      GHC.Fingerprint.OrphansSpec
+      System.Posix.Types.IntWord
+      System.Posix.Types.OrphansSpec
+  default-language: Haskell2010
revision 2
 
 name:                base-orphans
 version:             0.4.4
-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
       src
   ghc-options: -Wall
   build-depends:
-      base >= 4.3 && < 5
+      base >= 4.3 && < 4.9
     , ghc-prim
   exposed-modules:
       Data.Orphans