measurable

A simple shallowly-embedded DSL for dealing with measures.
Log | Files | Refs | README | LICENSE

commit 738d7a7001044c1a9a200c1e54ef00bf8a9ff91f
parent f1d3241a83c33fa50056af7eb628696a2f8d46d9
Author: Jared Tobin <jared@jtobin.ca>
Date:   Thu,  2 Apr 2015 17:05:27 +1000

Update cabal file.

Diffstat:
Mmeasurable.cabal | 25+++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/measurable.cabal b/measurable.cabal @@ -30,8 +30,29 @@ library FlexibleInstances build-depends: - base >= 4.6 + base >= 4.7.0.1 + , foldl >= 1.0.7 , integration >= 0.2 - , mtl >= 2.1.2 + , mtl >= 2.2.1 + , transformers >= 0.3 + +Test-suite measurable-examples + type: exitcode-stdio-1.0 + hs-source-dirs: src, examples + main-is: Examples.hs + default-language: Haskell2010 + ghc-options: + -threaded -rtsopts + build-depends: + base >= 4.7.0.1 + , containers >= 0.5.5.1 + , foldl >= 1.0.7 + , integration >= 0.2 + , lens >= 4.4.0.2 + , measurable >= 1.0.0.0 + , mtl >= 2.2.1 + , mwc-random >= 0.13.2.0 + , primitive >= 0.5.3.0 + , statistics >= 0.13.2.1 , transformers >= 0.3