Cabal revisions of HCL-1.7
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: HCL Version: 1.7+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, HCL+ Build-Depends: base >= 4.8 && < 5, QuickCheck == 2.*, mtl, random, containers, HCL Main-Is: Hangman.hs Hs-Source-Dirs: hangman other-modules: Paths_HCL main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N- Build-Depends: base >= 4.7 && < 5, QuickCheck == 2.*, mtl, random, containers, HCL, HUnit+ Build-Depends: base >= 4.8 && < 5, QuickCheck == 2.*, mtl, random, containers, HCL, HUnit other-modules: Spec.AndReq Spec.Constructors