extract-dependencies 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+4/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
extract-dependencies.cabal view
@@ -1,7 +1,8 @@ name: extract-dependencies-version: 0.2.0.0+version: 0.2.0.1 synopsis: Given a hackage package outputs the list of its dependencies.-homepage: https://github.com/yamadapc/stack-run-auto/extract-dependencies+description: Given a hackage package outputs the list of its dependencies. See our GitHub README. This is part of stack-run-auto.+homepage: https://github.com/yamadapc/stack-run-auto license: MIT license-file: LICENSE author: André Barnabá@@ -14,6 +15,7 @@ executable extract-dependencies hs-source-dirs: src main-is: Main.hs+ other-modules: Development.ExtractDependencies ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >= 4.8 && < 5 , async@@ -25,7 +27,6 @@ library hs-source-dirs: src exposed-modules: Development.ExtractDependencies- ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >= 4.8 && < 5 , async , containers