nurbs-0.1.0.0: nurbs.cabal
name: nurbs
version: 0.1.0.0
synopsis: NURBS
description: NURBS library
homepage: https://github.com/mvoidex/nurbs
license: BSD3
license-file: LICENSE
author: Alexanrd `voidex` Ruchkin
maintainer: voidex@live.com
category: Math
build-type: Simple
cabal-version: >=1.10
library
exposed-modules:
Linear.NURBS
build-depends:
base >= 4.8 && < 5,
base-unicode-symbols,
lens >= 4.12,
linear >= 1.19,
mtl >= 2.2
hs-source-dirs: src
ghc-options: -threaded -Wall -fno-warn-tabs
default-language: Haskell2010
default-extensions: UnicodeSyntax
source-repository head
type: git
location: git://github.com/mvoidex/nurbs
test-suite test
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs: tests
ghc-options: -fno-warn-tabs
default-language: Haskell2010
default-extensions: UnicodeSyntax
build-depends:
base >= 4.8 && < 5,
base-unicode-symbols,
lens >= 4.12,
linear >= 1.19,
hspec,
nurbs