simple-vec3-0.6.0.1: simple-vec3.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 865417e7bfa5a725189d06e9964f2248482bbe028d11486b38f34905749f42f5
name: simple-vec3
version: 0.6.0.1
synopsis: Three-dimensional vectors of doubles with basic operations
description: Simple three-dimensional vectors of doubles with basic vector and matrix operations, supporting "Data.Vector.Unboxed" and "Data.Vector.Storable".
category: Math, Numerical
homepage: https://github.com/dzhus/simple-vec3#readme
bug-reports: https://github.com/dzhus/simple-vec3/issues
author: Dmitry Dzhus
maintainer: dima@dzhus.org
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/dzhus/simple-vec3
library
exposed-modules:
Data.Vec3
Data.Vec3.Class
other-modules:
Paths_simple_vec3
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -O2
build-depends:
QuickCheck
, base <5
, vector
default-language: Haskell2010
test-suite simple-vec3-doctests
type: exitcode-stdio-1.0
main-is: doctest-driver.hs
other-modules:
Main
Paths_simple_vec3
hs-source-dirs:
tests
ghc-options: -Wall -Wcompat -O2 -threaded
build-depends:
base <5
, doctest
, doctest-driver-gen
default-language: Haskell2010
test-suite simple-vec3-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_simple_vec3
hs-source-dirs:
tests
ghc-options: -Wall -Wcompat -O2
build-depends:
base <5
, simple-vec3
, tasty
, tasty-quickcheck
default-language: Haskell2010
benchmark simple-vec3-benchmark
type: exitcode-stdio-1.0
main-is: Benchmark.hs
other-modules:
Paths_simple_vec3
hs-source-dirs:
benchmark
ghc-options: -Wall -Wcompat -O2
build-depends:
base <5
, criterion
, simple-vec3
, vector
default-language: Haskell2010