Cabal revisions of data-default-instances-unordered-containers-0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: data-default-instances-unordered-containers-version: 0.0.1-synopsis: Default instances for unordered-containers.-description:- Orphan instances for @Default@ type class, which is defined in package- <https://hackage.haskell.org/package/data-default-class data-default-class>.- .- Following @Default@ instances are provided:- .- > instance Default (HashMap k v) where- > def = empty- >- > instance Default (HashSet a) where- > def = empty--homepage: https://github.com/trskop/data-default-extra-bug-reports: https://github.com/trskop/data-default-extra/issues-license: BSD3-license-file: LICENSE-author: Peter Trško-maintainer: peter.trsko@gmail.com-copyright: (c) 2015-2016, Peter Trško-category: Data-build-type: Simple-cabal-version: >=1.10--extra-source-files:- ChangeLog.md- , README.md--library- hs-source-dirs: src- exposed-modules: Data.Default.Instances.UnorderedContainers-- default-language: Haskell2010- other-extensions: NoImplicitPrelude-- build-depends:- unordered-containers >=0.1.3 && <0.3- -- ^ Version 0.1.3 is the first one that introduced HashSet.-- , data-default-class ==0.0.*-- ghc-options: -Wall -fwarn-tabs--source-repository head- type: git- location: git://github.com/trskop/data-default-extra.git--source-repository this- type: git- location: git://github.com/trskop/data-default-extra.git- tag: unordered-containers-v0.0.1+name: data-default-instances-unordered-containers +version: 0.0.1 +x-revision: 1 +synopsis: Default instances for unordered-containers. +description: + Orphan instances for @Default@ type class, which is defined in package + <https://hackage.haskell.org/package/data-default-class data-default-class>. + . + Following @Default@ instances are provided: + . + > instance Default (HashMap k v) where + > def = empty + > + > instance Default (HashSet a) where + > def = empty + +homepage: https://github.com/trskop/data-default-extra +bug-reports: https://github.com/trskop/data-default-extra/issues +license: BSD3 +license-file: LICENSE +author: Peter Trško +maintainer: peter.trsko@gmail.com +copyright: (c) 2015-2016, Peter Trško +category: Data +build-type: Simple +cabal-version: >=1.10 + +extra-source-files: + ChangeLog.md + , README.md + +library + hs-source-dirs: src + exposed-modules: Data.Default.Instances.UnorderedContainers + + default-language: Haskell2010 + other-extensions: NoImplicitPrelude + + build-depends: + unordered-containers >=0.1.3 && <0.3 + -- ^ Version 0.1.3 is the first one that introduced HashSet. + + , data-default-class ==0.0.* || ==0.1.* + + ghc-options: -Wall -fwarn-tabs + +source-repository head + type: git + location: git://github.com/trskop/data-default-extra.git + +source-repository this + type: git + location: git://github.com/trskop/data-default-extra.git + tag: unordered-containers-v0.0.1