Cabal revisions of cabal-helper-0.3.5.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
+X-Revision: 1 name: cabal-helper version: 0.3.5.0 synopsis: Simple interface to Cabal's configuration state used by ghc-mod Other-Modules: Paths_cabal_helper , CabalHelper.Types default-language: Haskell2010- Build-Depends: base >= 4.5 && < 5+ Build-Depends: base < 5 && >= 4.5 , Cabal >= 1.14 && < 1.23- , data-default- , directory- , filepath- , transformers- , mtl- , process+ , data-default == 0.7.*+ , directory < 1.5 && >= 1.1.0.2+ , filepath < 1.5 && >= 1.3.0.0+ , transformers < 0.6 && >= 0.3.0.0+ , mtl == 2.2.*+ , process < 1.3 && >= 1.1.0.1 , ghc-prim Executable cabal-helper-wrapper CabalHelper.Data GHC-Options: -Wall X-Install-Target: $libexecdir- Build-Depends: base >= 4.5 && < 5- , bytestring+ Build-Depends: base < 5 && >= 4.5+ , bytestring < 0.11 && >= 0.9.2.1 , Cabal >= 1.14 && < 1.23- , directory- , filepath- , process- , transformers- , template-haskell- , temporary+ , directory < 1.5 && >= 1.1.0.2+ , filepath < 1.5 && >= 1.3.0.0+ , process < 1.3 && >= 1.1.0.1+ , transformers < 0.6 && >= 0.3.0.0+ , template-haskell < 2.11 && >= 2.7.0.0+ , temporary == 1.2.* Test-Suite spec Main-Is: Spec.hs Hs-Source-Dirs: tests GHC-Options: -Wall- Build-Depends: base >= 4.5 && < 5+ Build-Depends: base < 5 && >= 4.5 , cabal-helper , extra , unix