packages feed

PlayingCards-0.1.0.0: PlayingCards.cabal

-- Initial PlayingCards.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                PlayingCards
version:             0.1.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:     Deck
  -- other-modules:       
  build-depends:       base ==4.6.*, HUnit ==1.2.*
  hs-source-dirs:      src