packages feed

ANum-0.2.0.1: ANum.cabal

name:                ANum
version:             0.2.0.1
synopsis:            Num instance for Applicatives provided via the ANum newtype
homepage:            https://github.com/DanBurton/ANum#readme
bug-reports:         https://github.com/DanBurton/ANum/issues
license:             BSD3
license-file:        LICENSE
author:              Dan Burton
maintainer:          dan.burton@originate.com
copyright:           (c) Dan Burton 2013 - 2018
category:            Data
build-type:          Simple
cabal-version:       >=1.10

library
  default-language:    Haskell2010
  hs-source-dirs:      src
  exposed-modules:     Data.ANum
  other-extensions:    GeneralizedNewtypeDeriving
  build-depends:       base >= 4.8 && < 5
  default-language:    Haskell2010

test-suite ANum-test
  default-language:    Haskell2010
  hs-source-dirs:      test
  main-is:             Main.hs
  type:                exitcode-stdio-1.0
  build-depends:       base, ANum

source-repository head
  type: git
  location: git://github.com/DanBurton/ANum.git

source-repository this
  type: git
  location: git://github.com/DanBurton/ANum.git
  tag: ANum-0.2.0.1