packages feed

igrf-0.4.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.4.0.0
synopsis:            International Geomagnetic Reference Field
description:
  An implemetation of the International 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,
                       IGRF.Parser,
                       Math.SphericalHarmonics,
                       Math.SphericalHarmonics.AssociatedLegendre
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <5,
                       ad >= 4.2,
                       poly >= 0.4,
                       semirings >= 0.5,
                       text >= 1.2,
                       vector-space >= 0.8.7
  hs-source-dirs:      src
  default-language:    Haskell2010