Skip to content

Commit

Permalink
Update from Hackage at 2015-05-04T06:40:04+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed May 4, 2015
1 parent 32296bc commit 0703d66
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions step-function/0.1.0.2/step-function.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
-- Initial step-function.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/

name: step-function
version: 0.1.0.2
synopsis: Step functions, staircase functions or piecewise constant functions
description:
Step functions, staircase functions or piecewise constant functions.

Implemented as a default value and a series of transitions. Supports
merging two step functions using a supplied merging function.
homepage: https://github.com/jonpetterbergman/step-function
bug-reports: https://github.com/jonpetterbergman/step-function/issues
license: BSD3
license-file: LICENSE
author: Petter Bergman
maintainer: jon.petter.bergman@gmail.com
-- copyright:
category: Data
build-type: Simple
extra-source-files: README.md, CHANGELOG.md
cabal-version: >=1.22
source-repository head
type: git
location: http://github.com/jonpetterbergman/step-function

source-repository this
type: git
location: http://github.com/jonpetterbergman/step-function
tag: v0.1.0.2


library
exposed-modules: Data.StepFunction
-- other-modules:
other-extensions: TupleSections
build-depends: base >=4.7 && <4.9
hs-source-dirs: src
default-language: Haskell2010

Test-Suite merge
type: detailed-0.9
test-module: Merge
build-depends: base >=4.7 && <4.9,
Cabal >= 1.22,
step-function,
QuickCheck,
cabal-test-quickcheck
hs-source-dirs: test
default-language: Haskell2010

0 comments on commit 0703d66

Please sign in to comment.