-- Initial PlayingCards.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: PlayingCards version: 0.2.0.0 synopsis: Playing cards api -- description: license: BSD3 license-file: LICENSE author: Dillon Huff maintainer: dillonhuff@gmail.com -- copyright: category: Game build-type: Simple cabal-version: >=1.8 library exposed-modules: PlayingCards.Deck -- other-modules: build-depends: base ==4.6.*, HUnit ==1.2.*, QuickCheck hs-source-dirs: src