haskell_playground/haskell-playground.cabal
2024-12-05 12:43:06 +01:00

17 lines
399 B
Plaintext

cabal-version: 2.4
name: haskell-playground
version: 0.1.0.0
author: saundersp
maintainer: pierre.saundersgb@gmail.com
executable haskell-playground
main-is: Main.hs
build-depends:
primes,
base ^>=4.16.4.0
other-modules:
Primes
Problems
hs-source-dirs: app
default-language: Haskell2010