Cabal revisions of orders-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial orders.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: orders-version: 0.1.0.0-synopsis: basic orders-description: support for partial orders and other stuffs-license: BSD3-license-file: LICENSE-author: David Darais-maintainer: david.darais@gmail.com--- copyright: -category: Data-build-type: Simple-cabal-version: >=1.8--library- exposed-modules: Data.Lattice, Data.PartialOrder- -- other-modules: - build-depends: base == 4.6.*- , containers == 0.5.*+-- Initial orders.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: orders +version: 0.1.0.0 +x-revision: 1 +synopsis: basic orders +description: support for partial orders and other stuffs +license: BSD3 +license-file: LICENSE +author: David Darais +maintainer: david.darais@gmail.com +-- copyright: +category: Data +build-type: Simple +cabal-version: >=1.8 + +library + exposed-modules: Data.Lattice, Data.PartialOrder + -- other-modules: + build-depends: base >= 4.6 && < 5 + , containers >= 0.5 && < 1