composition-prelude 1.3.0.6 → 1.3.0.7
raw patch · 1 files changed
+3/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
composition-prelude.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: composition-prelude-version: 1.3.0.6+version: 1.3.0.7 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2017-2018 Vanessa McHale@@ -9,7 +9,7 @@ homepage: https://github.com/vmchale/composition-prelude#readme synopsis: Higher-order function combinators description:- Replacement for `composition` or `composition-exta`, exporting everything in one sane module.+ Replacement for `composition` or `composition-exta`, exporting everything in one module. category: Control, Data build-type: Simple extra-source-files:@@ -30,6 +30,7 @@ library exposed-modules: Control.Composition+ build-tools: cpphs -any hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall