packages feed

validity-primitive-0.0.0.0: validity-primitive.cabal

cabal-version: >= 1.10

-- This file has been generated from package.yaml by hpack version 0.29.6.
--
-- see: https://github.com/sol/hpack
--
-- hash: de1c5c575a4a387824d4790cfb885a96c63655e43c44e1f5067f1ca4a048721b

name:           validity-primitive
version:        0.0.0.0
synopsis:       Validity instances for primitive
description:    Please see README.md
category:       Validity
homepage:       https://github.com/NorfairKing/validity#readme
bug-reports:    https://github.com/NorfairKing/validity/issues
author:         Nick Van den Broeck
maintainer:     syd.kerckhove@gmail.com
copyright:      Copyright: (c) 2017-2018 Tom Sydney Kerckhove
license:        MIT
license-file:   LICENSE
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/NorfairKing/validity

library
  exposed-modules:
      Data.Validity.Primitive
  other-modules:
      Paths_validity_primitive
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , primitive
    , validity >=0.5
  default-language: Haskell2010