name: hangman version: 0.1.0.0 synopsis: Playing Hangman description: none homepage: https://github.com/neallred/haskell-programming/ license: BSD3 license-file: LICENSE author: Nathaniel Allred maintainer: neallred@gmail.com copyright: 2018 Nathaniel Allred category: Game build-type: Simple cabal-version: >=1.10 extra-source-files: data/dict.txt executable hangman hs-source-dirs: src main-is: Main.hs default-language: Haskell2010 build-depends: base >= 4.7 && < 5 , random , split , hspec , QuickCheck