variation-0.1.1.0: variation.cabal
name: variation
version: 0.1.1.0
synopsis: nominal value with possible variations
description:
this package provides a Variation data type: a (mandatory) nominal value with
possible associated variations on that nominal value.
license: BSD3
license-file: LICENSE
author: Chris Pollard
maintainer: cspollard@gmail.com
-- copyright:
category: Data
build-type: Simple
cabal-version: >=1.10
Tested-With: GHC == 8.0.1, GHC == 8.0.2
source-repository head
type: git
location: http://github.com/cspollard/variation
library
exposed-modules: Data.Variation
, Data.Monoid1
-- other-modules:
-- other-extensions:
build-depends: base >= 4.9 && < 5.0
, cereal >= 0.5 && < 0.6
, deepseq >= 1.4 && < 1.5
, containers >= 0.5 && < 0.6
, semigroupoids >= 5.0 && < 6.0
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
-- ghc-prof-options: -Wall -caf-all