Cabal revisions of cabal-plan-0.3.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.0 name: cabal-plan version: 0.3.0.0+x-revision: 1 synopsis: Library and utiltity for processing cabal's plan.json file description: { @plan.json@ files are generated by [cabal](https://hackage.haskell.org/package/cabal-install)'s [nix-style local builds](http://cabal.readthedocs.io/en/latest/nix-local-build.html) and contain detailed information about the build/install plan computed by the cabal solver. } -bug-reports: https://github.com/hvr/cabal-plan/issues+bug-reports: https://github.com/haskell-hvr/cabal-plan/issues license: GPL-3 license-files: LICENSE src-topograph/LICENSE author: Herbert Valerio Riedel build-type: Simple tested-with:- GHC==8.2.1,+ GHC==8.4.1,+ GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, RecordWildCards exposed-modules: Cabal.Plan - build-depends: base (>= 4.6 && <4.10) || ^>= 4.10- , aeson ^>= 1.2.0+ build-depends: base (>= 4.6 && <4.10) || ^>= 4.10 || ^>=4.11+ , aeson ^>= 1.2.0 || ^>= 1.3.0 , bytestring ^>= 0.10.0 , containers ^>= 0.5.0 , text ^>= 1.2.2 other-extensions: RankNTypes ScopedTypeVariables RecordWildCards exposed-modules: Topograph - build-depends: base (>= 4.6 && <4.10) || ^>= 4.10- , base-compat ^>= 0.9.3- , base-orphans ^>= 0.6+ build-depends: base (>= 4.6 && <4.10) || ^>= 4.10 || ^>= 4.11+ , base-compat ^>= 0.9.3 || ^>=0.10.1+ , base-orphans ^>= 0.6 || ^>=0.7 , containers ^>= 0.5.0 , vector ^>= 0.12.0.1 main-is: src-exe/cabal-plan.hs other-modules: Paths_cabal_plan+ -- autogen-modules: Paths_cabal_plan if flag(exe) -- dependencies w/ inherited version ranges via 'cabal-plan' library -- dependencies which require version bounds build-depends: mtl ^>= 2.2.1- , ansi-terminal ^>= 0.6.2+ , ansi-terminal ^>= 0.6.2 || ^>= 0.8.0.2 , base-compat ^>= 0.9.3 , optparse-applicative ^>= 0.13.0 || ^>= 0.14.0 , parsec ^>= 3.1.11