name: nonlinear version: 0.1.0 author: Jonas Carpay maintainer: jonas@cross-compass.com copyright: 2022 Cross Compass Ltd category: Web build-type: Simple cabal-version: >=1.10 license: BSD3 license-file: LICENSE extra-source-files: CHANGELOG.md README.md synopsis: Low-dimensional vectors description: A lightweight, opinionated clone of the low-dimensional vector parts of linear. See README.md for more information. library other-modules: Nonlinear.Internal exposed-modules: Nonlinear Nonlinear.Matrix Nonlinear.Projective.Hom2 Nonlinear.Projective.Hom3 Nonlinear.Quaternion Nonlinear.V1 Nonlinear.V2 Nonlinear.V3 Nonlinear.V4 Nonlinear.Vector default-language: Haskell2010 hs-source-dirs: src build-depends: base ghc-options: -Wall -Wno-name-shadowing -haddock test-suite test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base >=4.9 && <5 , hspec , HUnit , nonlinear , QuickCheck ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010