packages feed

base-orphans-0: base-orphans.cabal

-- This file has been generated from package.yaml by hpack version 0.8.0.
--
-- see: https://github.com/sol/hpack

name:                base-orphans
version:             0
synopsis:            Backwards-compatible orphan instances for base
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>@.
                     `base-orphans-0` is an intentional empty release. For an explanation as to why it exists, see the <https://github.com/haskell-compat/base-orphans/tree/base-orphans-0#readme README>.
category:            Compatibility
homepage:            https://github.com/haskell-compat/base-orphans#readme
bug-reports:         https://github.com/haskell-compat/base-orphans/issues
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
license:             MIT
license-file:        LICENSE
build-type:          Simple
cabal-version:       >= 1.10

extra-source-files:
  CHANGES.markdown
  README.markdown

source-repository head
  type: git
  location: https://github.com/haskell-compat/base-orphans

library
  ghc-options: -Wall
  default-language: Haskell2010