packages feed

simple-vec3 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+4/−4 lines, 1 files

Files

simple-vec3.cabal view
@@ -1,8 +1,7 @@ name:                simple-vec3-version:             0.1.0.0+version:             0.1.0.1 -synopsis:            Three-dimensional vectors of doubles with basic operations,-                     supporting Unbox and Storable class+synopsis:            Three-dimensional vectors of doubles with basic operations  description:         A class of 3-vectors with a set of basic methods for                      geometry operations on vectors and an associated@@ -41,7 +40,8 @@     base        == 4.6.*,     vector      == 0.10.* -executable simple-vec3-benchmark+benchmark simple-vec3-benchmark+   type:    exitcode-stdio-1.0    main-is: benchmark/Benchmark.hs     ghc-options: -Wall -O2 -fllvm -rtsopts