packages feed

igrf-0.2.0.0: igrf.cabal

-- Initial igrf.cabal generated by cabal init.  For further documentation, 
-- see http://haskell.org/cabal/users-guide/

name:                igrf
version:             0.2.0.0
synopsis:            International Geomagnetic Reference Field
description:
  An implemetation of the Internation Geomagnetic Reference Field, a model of the Earth's magnetic field.
  .
  Includes model coefficients from the 11th Edition of the IGRF.
homepage:            https://github.com/dmcclean/igrf
license:             BSD3
license-file:        LICENSE
author:              J. Douglas McClean
maintainer:          douglas.mcclean@gmail.com
-- copyright:           
category:            Science
stability:           Experimental
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

source-repository head
  type: git
  location: git://github.com/dmcclean/igrf.git

library
  exposed-modules:     IGRF,
                       Math.SphericalHarmonics,
                       Math.SphericalHarmonics.AssociatedLegendre
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <4.8,
                       ad >= 4.2,
                       polynomial >= 0.7.1
  hs-source-dirs:      src
  default-language:    Haskell2010