packages feed

NumInstances-1.0: NumInstances.cabal

Name:                NumInstances
Version:             1.0
Synopsis:            Instances of numeric classes for functions and tuples
License:             BSD3
License-file:        LICENSE
Author:              Conal Elliott
Maintainer:          conal@conal.net
Category:            Data
Build-type:          Simple
Cabal-version:       >=1.2
Package-Url:         http://github.com/conal/NumInstances

Library
  hs-Source-Dirs:      src
  Exposed-modules:     Data.NumInstances
  Build-Depends:       base<5
  -- Other-modules:       
  
-- This module used to be part of vector-space