-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: fad28612a44ea7d76587b0ef573ade6fbce4542650bd5fd177525b7140c19b8b name: hamilton version: 0.1.0.3 synopsis: Physics on generalized coordinate systems using Hamiltonian Mechanics and AD description: See README.md (or read online at ) category: Physics homepage: https://github.com/mstksg/hamilton#readme bug-reports: https://github.com/mstksg/hamilton/issues author: Justin Le maintainer: justin@jle.im copyright: (c) Justin Le 2018 license: BSD3 license-file: LICENSE tested-with: GHC >= 8.0 build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/mstksg/hamilton library hs-source-dirs: src ghc-options: -Wall -O2 build-depends: ad , base >=4.9 && <5 , hmatrix >=0.18 , hmatrix-gsl >=0.18 , hmatrix-vector-sized , typelits-witnesses >=0.2.3 , vector-sized >=1.0 exposed-modules: Numeric.Hamilton other-modules: Paths_hamilton default-language: Haskell2010 executable hamilton-examples main-is: Examples.hs hs-source-dirs: app ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N build-depends: ansi-wl-pprint , base >=4.9 && <5 , containers , finite-typelits , ghc-typelits-knownnat , hamilton , hmatrix >=0.18 , optparse-applicative >=0.13 , vector , vector-sized >=1.0 , vty other-modules: Paths_hamilton default-language: Haskell2010