haskell-import-graph 1.0.2 → 1.0.3
raw patch · 1 files changed
+23/−23 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- haskell-import-graph.cabal +23/−23
haskell-import-graph.cabal view
@@ -1,35 +1,30 @@--- This file has been generated from package.yaml by hpack version 0.17.0.+-- This file has been generated from package.yaml by hpack version 0.17.1. -- -- see: https://github.com/sol/hpack -name: haskell-import-graph-version: 1.0.2-synopsis: create haskell import graph for graphviz-license: MIT-license-file: LICENSE-author: ncaq-maintainer: ncaq@ncaq.net-copyright: © ncaq-category: Development-homepage: https://github.com/ncaq/haskell-import-graph.git#readme-bug-reports: https://github.com/ncaq/haskell-import-graph.git/issues-build-type: Simple-cabal-version: >= 1.10+name: haskell-import-graph+version: 1.0.3+synopsis: create haskell import graph for graphviz+category: Development+homepage: https://github.com/ncaq/haskell-import-graph#readme+bug-reports: https://github.com/ncaq/haskell-import-graph/issues+author: ncaq+maintainer: ncaq@ncaq.net+copyright: © ncaq+license: MIT+license-file: LICENSE+build-type: Simple+cabal-version: >= 1.10 source-repository head type: git- location: https://github.com/ncaq/haskell-import-graph.git+ location: https://github.com/ncaq/haskell-import-graph library hs-source-dirs: lib- exposed-modules:- System.ImportGraph.AppMain- System.ImportGraph.GetIface- System.ImportGraph.ModuleCluster- ghc-options: -Wall- default-language: Haskell2010 default-extensions: NamedFieldPuns NoImplicitPrelude OverloadedStrings RecordWildCards+ ghc-options: -Wall build-depends: base >= 4.8 && < 5 , classy-prelude@@ -38,13 +33,18 @@ , process , text , transformers+ exposed-modules:+ System.ImportGraph.AppMain+ System.ImportGraph.GetIface+ System.ImportGraph.ModuleCluster+ default-language: Haskell2010 executable haskell-import-graph+ main-is: Main.hs hs-source-dirs: exec- main-is: Main.hs ghc-options: -Wall- default-language: Haskell2010 build-depends: base , haskell-import-graph+ default-language: Haskell2010