Cabal revisions of HCL-1.5.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: HCL Version: 1.5.1+x-revision: 1 License: BSD3 Author: Justin Bailey Homepage: http://github.com/m4dc4p/hcl/tree/master Data-files: hangman/2of12.txt Library- Build-Depends: base >= 4.7 && < 5, QuickCheck == 2.*, mtl, random, containers+ Build-Depends: base >= 4.8 && < 5, QuickCheck == 2.*, mtl, random, containers Exposed-modules: System.Console.HCL Hs-Source-Dirs: src Executable hangman- Build-Depends: base >= 4.7 && < 5, QuickCheck == 2.*, mtl, random, containers+ Build-Depends: base >= 4.8 && < 5, QuickCheck == 2.*, mtl, random, containers Main-Is: Hangman.hs Hs-Source-Dirs: hangman, src