Changed repository to a cabal structure

This commit is contained in:
saundersp
2024-12-05 12:43:06 +01:00
parent 855727ba1d
commit 4a1ca3d68e
7 changed files with 32 additions and 33 deletions

16
haskell-playground.cabal Normal file
View File

@ -0,0 +1,16 @@
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