haskell_playground/haskell-playground.cabal
2025-03-26 14:40:58 +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.19.2.0
other-modules:
Primes
Problems
hs-source-dirs: app
default-language: Haskell2010