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.17.2.1
    other-modules:
        Primes
        Problems
    hs-source-dirs: app
    default-language: Haskell2010