packages feed

atmos-dimensional-tf-0.1.2: atmos-dimensional-tf.cabal

name:                atmos-dimensional-tf
version:             0.1.2
synopsis:            dimensional-tf wrapper on atmos package
description: {
1976 US Standard Atmosphere with dimensions from dimensional-tf package.
.
This is a thin wrapper on top of the atmos package.
.
I recommend using the atmos-dimensional package instead of this until atmos-dimensional-tf is more stable.
}
license:             BSD3
license-file:        LICENSE
author:              Greg Horn
maintainer:          gregmainland@gmail.com
-- copyright:           
category:            Science
build-type:          Simple
cabal-version:       >=1.8

library
   exposed-modules: Atmosphere.Dimensional.TF
  -- other-modules:       
   build-depends:   base >= 4 && < 5,
                    atmos >= 0.1,
                    dimensional-tf >= 0.1.1

source-repository head
  type:     git
  location: git://github.com/ghorn/atmosphere.git