enumerate-function 0.0.0 → 0.0.1
raw patch · 2 files changed
+9/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +3/−1
- enumerate-function.cabal +6/−3
README.md view
@@ -3,4 +3,6 @@ # enumerate-function -TODO+see the `Enumerate.Function` module for examples and documentation.++(if hackage is broken, see the source: https://github.com/sboosali/enumerate-function/blob/master/sources/Enumerate/Function.hs ).
enumerate-function.cabal view
@@ -1,7 +1,10 @@ name: enumerate-function-version: 0.0.0-synopsis: TODO-description: TODO+version: 0.0.1+synopsis: simple package for inverting functions and testing totality, via brute enumeration of the domain+description: + .+ see the "Enumerate.Function" module for examples for documentation.+ . homepage: http://github.com/sboosali/enumerate-function#readme license: BSD3 license-file: LICENSE