-- 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.*