packages feed

notzero-0.1: notzero.cabal

name:               notzero
version:            0.1
license:            BSD3
license-file:       LICENSE
author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>
maintainer:         Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>
copyright:          Copyright (C) 2015 NICTA Limited
                    Copyright (C) 2016-2018 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
synopsis:           A data type for representing numeric values, except zero.
category:           Data, Numeric
description:        
  <<http://i.imgur.com/uZnp9ke.png>>
  .
  A data type for representing numeric values, except zero. This might be useful in working with process exit codes.
homepage:           https://github.com/qfpl/notzero
bug-reports:        https://github.com/qfpl/notzero/issues
cabal-version:      >= 1.10
build-type:         Simple
extra-source-files: changelog
tested-with:        GHC == 8.4.2, GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3, GHC == 7.8.4

source-repository   head
  type:             git
  location:         git@github.com:qfpl/notzero.git

library
  default-language:
                    Haskell2010

  build-depends:
                      base          >= 4.7 && < 5
                    , mtl           >= 2.0 && < 2.3
                    , semigroups    >= 0.8 && < 1
                    , semigroupoids >= 4.0 && < 5.3
                    , bifunctors    >= 3.0 && < 5.6
                    , lens          >= 4.0 && < 5
                    , transformers  >= 0.3 && < 0.6

  ghc-options:
                    -Wall

  default-extensions:
                    NoImplicitPrelude

  hs-source-dirs:
                    src

  exposed-modules:
                    Data.AccNotZeroOr
                    Data.NotZero
                    Data.NotZeroOr