step-function 0.1.1.1 → 0.1.1.2
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +2/−0
- step-function.cabal +4/−4
CHANGELOG.md view
@@ -8,3 +8,5 @@ StepFunction is now an instance of Functor. # v0.1.1.1 Build with GHC 8.0.1.+# v0.1.1.2+Build with GHC 8.2.2
step-function.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: step-function-version: 0.1.1.1+version: 0.1.1.2 synopsis: Step functions, staircase functions or piecewise constant functions description: Step functions, staircase functions or piecewise constant functions.@@ -27,21 +27,21 @@ source-repository this type: git location: http://github.com/jonpetterbergman/step-function- tag: v0.1.1.1+ tag: v0.1.1.2 library exposed-modules: Data.StepFunction -- other-modules: other-extensions: TupleSections- build-depends: base >=4.7 && <4.10+ build-depends: base >=4.7 && <4.11 hs-source-dirs: src default-language: Haskell2010 Test-Suite merge type: detailed-0.9 test-module: Merge- build-depends: base >=4.7 && <4.10, + build-depends: base >=4.7 && <4.11, Cabal >= 1.22, step-function, QuickCheck,