packages feed

homplexity 0.4.4.2 → 0.4.4.3

raw patch · 2 files changed

+5/−2 lines, 2 filesnew-component:exe:homplexity-cliPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,5 +1,8 @@ Changelog =========+    0.4.4.3  Nov 2018+        * Fixed wrong base bounds for tests.+     0.4.4.2  Nov 2018         * Releases on GitHub release page         * Automated Docker build
homplexity.cabal view
@@ -1,5 +1,5 @@ name:                homplexity-version:             0.4.4.2+version:             0.4.4.3 synopsis:            Haskell code quality tool description:         Homplexity aims to measure code complexity,                      warning about fragments that might have higher defect probability@@ -76,7 +76,7 @@                        TypeFamilies   default-language:    Haskell2010 -executable homplexity+executable homplexity-cli   main-is:             Homplexity.hs   hs-source-dirs:      app/   build-depends:       base             >=4.5  && <4.13,