spirals/spirals.cabal

26 lines
775 B
Plaintext
Raw Permalink Normal View History

2020-07-06 11:00:00 +02:00
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