packages feed

ANum-0.1.1.0: ANum.cabal

name:                ANum
version:             0.1.1.0
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
category:            Data
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Data.ANum
  other-extensions:    GeneralizedNewtypeDeriving
  build-depends:       base == 4.*
  default-language:    Haskell2010

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.1.1.0