Cabal revisions of ordered-containers-0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial ordered-containers.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: ordered-containers-version: 0.0-synopsis: Set- and Map-like types that remember the order elements were inserted--- description: -license: BSD3-license-file: LICENSE-author: Daniel Wagner-maintainer: me@dmwit.com--- copyright: -category: Data-build-type: Simple-extra-source-files: ChangeLog.md-cabal-version: >=1.10--library- exposed-modules: Data.Map.Ordered, Data.Set.Ordered- other-modules: Data.Map.Util- -- other-extensions: - build-depends: base >=4 && <5, containers >=0.1 && <0.6- -- hs-source-dirs: - default-language: Haskell2010- ghc-options: -fno-warn-tabs+-- Initial ordered-containers.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: ordered-containers +version: 0.0 +x-revision: 1 +synopsis: Set- and Map-like types that remember the order elements were inserted +-- description: +license: BSD3 +license-file: LICENSE +author: Daniel Wagner +maintainer: me@dmwit.com +-- copyright: +category: Data +build-type: Simple +extra-source-files: ChangeLog.md +cabal-version: >=1.10 + +library + exposed-modules: Data.Map.Ordered, Data.Set.Ordered + other-modules: Data.Map.Util + -- other-extensions: + build-depends: base >=4.8 && <5, containers >=0.1 && <0.6 + -- hs-source-dirs: + default-language: Haskell2010 + ghc-options: -fno-warn-tabs