Changed repository to a cabal structure
This commit is contained in:
16
haskell-playground.cabal
Normal file
16
haskell-playground.cabal
Normal 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
|
Reference in New Issue
Block a user