validations-0.1.0.0: validations.cabal
-- Initial digestive-functors-validations.cabal generated by cabal init.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: validations
version: 0.1.0.0
synopsis: A nice way to define field validations in Haskell.
description: See <https://github.com/mavenraven/validations> for description and tutorial.
Code used in the tutorial can be found in src\/Validations\/Tutorial.lhs.
homepage: https://github.com/mavenraven/validations
license: BSD3
license-file: LICENSE
author: mavenraven.org
maintainer: developers@mavenraven.org
copyright: http://mavenraven.org
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
Library
exposed-modules:
Validations
Validations.Tutorial
-- other-modules:
-- other-extensions:
build-depends:
base >= 4.6 && <4.7,
digestive-functors >= 0.7 && < 0.8,
text >= 1.0.0.1 && < 1.2,
containers >= 0.5.0 && < 0.6,
mtl >= 2.1.2 && < 2.2,
transformers >= 0.3.0.0 && < 3.1
default-language: Haskell2010
Hs-source-dirs: src
Ghc-options: -Wall -fwarn-tabs -fno-warn-unused-do-bind
Test-suite digestive-functors-validations-tests
Type: exitcode-stdio-1.0
default-language: Haskell2010
Hs-source-dirs: src tests
Main-is: TestSuite.hs
Ghc-options: -Wall -Werror -fwarn-tabs -fno-warn-unused-do-bind
Build-depends:
HUnit >= 1.2 && < 1.3,
QuickCheck >= 2.5 && < 2.7,
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.3 && < 0.4,
test-framework-quickcheck2 >= 0.3 && < 0.4,
-- Copied from regular dependencies:
base >= 4.6 && <4.7,
digestive-functors >= 0.7 && < 0.8,
text >= 1.0.0.1 && < 1.2,
containers >= 0.5.0 && < 0.6,
mtl >= 2.1.2 && < 2.2,
transformers >= 0.3.0.0 && < 3.1
Source-repository head
Type: git
Location: https://github.com/mavenraven/validations