packages feed

ZEBEDDE-0.1.0.0: ZEBEDDE.cabal

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

name:                ZEBEDDE
version:             0.1.0.0
synopsis:            Polymer growth simulation method
-- description:         
license:             BSD3
license-file:        LICENSE
author:              Guy Storey
maintainer:          guystorey88@hotmail.com
-- copyright:           
category:            Math
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     ZEBEDDE.Translation, ZEBEDDE.Quaternion, ZEBEDDE.Core.Vector, ZEBEDDE.Core.ReadXYZ, ZEBEDDE.Core.Molecule
  -- other-modules:       
  other-extensions:    GeneralizedNewtypeDeriving, TypeSynonymInstances, FlexibleInstances
  build-depends:       base >=4.7 && <4.8, vect >= 0.4.7
  -- hs-source-dirs:      
  default-language:    Haskell2010