-- Initial spatial-rotations.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: spatial-rotations
version: 0.1.0.1
synopsis: Rotate about any suitable axis
-- description:
homepage: https://github.com/leftaroundabout/rotations
license: GPL-3
license-file: LICENSE
author: Justus Sagemüller
maintainer: (@) jsagemue $ uni-koeln.de
-- copyright:
category: Math
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Math.Rotations.Class
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <6
, manifolds-core >=0.5 && <0.6
, vector-space >=0.12 && <0.13
, linear
-- hs-source-dirs:
default-language: Haskell2010
test-suite test
default-language:
Haskell2010
type:
exitcode-stdio-1.0
hs-source-dirs:
test/tasty
main-is:
test.hs
build-depends:
base >= 4 && < 5
, tasty >= 0.7
, tasty-hunit
, tasty-quickcheck
, manifolds
, pragmatic-show
, containers
, vector-space
, spatial-rotations