26 lines
646 B
Plaintext
26 lines
646 B
Plaintext
cabal-version: 3.0
|
|
name: fastfood-hs
|
|
version: 0.1.0.0
|
|
-- synopsis:
|
|
-- description:
|
|
license: AGPL-3.0-only
|
|
license-file: LICENSE
|
|
author: Marty Sluijtman
|
|
maintainer: marty.wanderer@disroot.org
|
|
-- copyright:
|
|
build-type: Simple
|
|
extra-doc-files: CHANGELOG.md
|
|
-- extra-source-files:
|
|
|
|
common warnings
|
|
ghc-options: -Wall
|
|
|
|
executable what-should-i-eat
|
|
import: warnings
|
|
main-is: Main.hs
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends: base ^>=4.17.2.1, random, time
|
|
hs-source-dirs: app
|
|
default-language: Haskell2010
|