ngx-export-distribution 0.1.0.0 → 0.1.1.0
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~CabalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal
API changes (from Hackage documentation)
Files
- Changelog.md +4/−0
- NgxExport/Distribution.hs +2/−2
- ngx-export-distribution.cabal +2/−2
Changelog.md view
@@ -1,3 +1,7 @@+### 0.1.1.0++- Support only Cabal versions >= 3.0.0.0.+ ### 0.1.0.0 - Initial version.
NgxExport/Distribution.hs view
@@ -83,7 +83,7 @@ -- ghc-options: -Wall -O2 -no-keep-hi-files -no-keep-o-files -- @ ----- ==== File /ngx-distribution-test.cabal/+-- ==== File /Setup.hs/ -- @ -- import __/NgxExport.Distribution/__ -- main = 'defaultMain'@@ -91,7 +91,7 @@ -- -- The configuration step requires that utilities /patchelf/ and -- <https://github.com/lyokha/nginx-haskell-module/blob/master/utils/hslibdeps hslibdeps>--- were found in /$PATH/.+-- were found in the paths of environment variable /$PATH/. -- -- Building is a bit cumbersome: it expects explicit option /--prefix/ at the -- configuration step (which will be interpreted as the first part of the
ngx-export-distribution.cabal view
@@ -1,5 +1,5 @@ name: ngx-export-distribution-version: 0.1.0.0+version: 0.1.1.0 synopsis: Build custom libraries for Nginx haskell module description: Build custom libraries for <http://github.com/lyokha/nginx-haskell-module Nginx haskell module>.@@ -18,7 +18,7 @@ library default-language: Haskell2010 build-depends: base >= 4.8 && < 5- , Cabal+ , Cabal >= 3.0.0.0 , filepath exposed-modules: NgxExport.Distribution