aboutsummaryrefslogtreecommitdiff
path: root/validation/validation.cabal
blob: 6e2458bbd3e8c50ed5f59e985b4e5fd086b70a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name:               validation
version:            1
license:            BSD3
license-file:       LICENCE
author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>, Nick Partridge <nkpart>
maintainer:         Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>, Nick Partridge <nkpart>, Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
synopsis:           A data-type like Either but with an accumulating Applicative
category:           Data
cabal-version:      >= 1.10
build-type:         Simple

library
  Default-Language: Haskell2010
  Build-Depends:
      base          >= 4.5 && < 5
    , deepseq       >= 1.2 && < 1.5
    , semigroups    >= 0.8 && < 1
    , semigroupoids >= 5   && < 6
    , bifunctors    >= 5.1 && < 6
    , lens          >= 4   && < 5
  Ghc-Options: -Wall
  Hs-Source-Dirs: src
  Exposed-Modules: Data.Validation