fastfood-hs/fastfood-hs.cabal

26 lines
646 B
Plaintext
Raw Permalink Normal View History

2024-03-11 23:37:53 +01:00
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
2024-03-11 23:42:49 +01:00
executable what-should-i-eat
2024-03-11 23:37:53 +01:00
import: warnings
main-is: Main.hs
-- other-modules:
-- other-extensions:
2024-03-12 20:55:47 +01:00
build-depends: base ^>=4.17.2.1, random, time
2024-03-11 23:37:53 +01:00
hs-source-dirs: app
default-language: Haskell2010