-- Initial ZEBEDDE.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: ZEBEDDE version: 0.1.0.0 x-revision: 5 synopsis: Polymer growth simulation method -- description: license: BSD3 license-file: LICENSE author: Hackrilege maintainer: hackrilege@gmail.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.6, vect >= 0.4.7 -- hs-source-dirs: default-language: Haskell2010