You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
775 B
25 lines
775 B
cabal-version: >=1.10 |
|
-- Initial package description 'spirals.cabal' generated by 'cabal init'. |
|
-- For further documentation, see http://haskell.org/cabal/users-guide/ |
|
|
|
name: spirals |
|
version: 0.1.0.0 |
|
synopsis: Filling a cube with spirals |
|
-- description: |
|
-- bug-reports: |
|
license: BSD3 |
|
license-file: LICENSE |
|
author: Felix Van der Jeugt |
|
maintainer: felix.vanderjeugt@posteo.net |
|
-- copyright: |
|
category: Math |
|
build-type: Simple |
|
|
|
executable spirals |
|
main-is: Main.hs |
|
-- other-modules: |
|
-- other-extensions: |
|
build-depends: base >=4.13 && <4.14 |
|
, integer-roots >= 1.0 && < 1.1 |
|
-- hs-source-dirs: |
|
default-language: Haskell2010
|
|
|