cabal-version: 3.0 name: spline3 version: 1.8.7 author: Michael Orlitzky maintainer: Michael Orlitzky homepage: https://michael.orlitzky.com/code/spline3.xhtml category: Math license: AGPL-3.0-or-later bug-reports: mailto:michael@orlitzky.com build-type: Simple synopsis: Parallel implementation of the Sorokina/Zeilfelder spline scheme description: = WARNING This package is no longer maintained on Hackage. Please obtain it from [the spline3 homepage](https://michael.orlitzky.com/code/spline3.xhtml) instead. I am unable to delete my Hackage account or any of my packages; any further activity on Hackage should be considered malicious. executable spline3 build-depends: base < 6 default-language: Haskell2010 main-is: Main.hs hs-source-dirs: src/ source-repository head type: git location: https://gitweb.michael.orlitzky.com/spline3.git branch: master