packages feed

Cabal revisions of dlist-instances-0.1

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

revision 1
-name:                   dlist-instances-version:                0.1-synopsis:               Difference lists instances-description:-  See the dlist packages.-  This package is the canonical source for some orphan instances.-  Orphan instances are placed here to avoid dependencies elsewhere.-category:               Data-license:                BSD3-license-file:           LICENSE-author:                 Greg Weber-maintainer:             Greg Weber <greg@gregweber.info>-copyright:              2013 Greg Weber-homepage:               https://github.com/gregwebs/dlist-instances-bug-reports:            https://github.com/gregwebs/dlist-instances/issues-extra-source-files:     README.md-build-type:             Simple-cabal-version:          >= 1.9.2--source-repository head-  type:                 git-  location:             git://github.com/gregwebs/dlist-instances.git--library-  build-depends:-                        base >= 2 && < 5,-                        semigroups,-                        dlist--  ghc-options:          -Wall-  exposed-modules:      Data.DList.Instances+name:                   dlist-instances
+version:                0.1
+x-revision: 1
+synopsis:               Difference lists instances
+description:
+  See the dlist packages.
+  This package is the canonical source for some orphan instances.
+  Orphan instances are placed here to avoid dependencies elsewhere.
+category:               Data
+license:                BSD3
+license-file:           LICENSE
+author:                 Greg Weber
+maintainer:             Greg Weber <greg@gregweber.info>
+copyright:              2013 Greg Weber
+homepage:               https://github.com/gregwebs/dlist-instances
+bug-reports:            https://github.com/gregwebs/dlist-instances/issues
+extra-source-files:     README.md
+build-type:             Simple
+cabal-version:          >= 1.9.2
+
+source-repository head
+  type:                 git
+  location:             git://github.com/gregwebs/dlist-instances.git
+
+library
+  -- https://github.com/haskell-infra/hackage-trustees/issues/72
+  -- dlist-0.8 started providing its own orphan instance, thereby clashing with dlist-instances-0.1
+  -- a new release of dlist-instances is needed
+  build-depends:
+                        base >= 2 && < 5,
+                        semigroups,
+                        dlist < 0.8
+
+  ghc-options:          -Wall
+  exposed-modules:      Data.DList.Instances