You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
645 B

cabal-version: >=1.10
-- Initial package description 'haskell.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: haskell
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
-- license:
license-file: LICENSE
author: Jason Staten
maintainer: code@jxs.me
-- copyright:
-- category:
build-type: Simple
executable haskell
main-is: Main.hs
other-modules: DayOne
-- other-extensions:
build-depends: base >=4.12 && <4.13
-- hs-source-dirs:
default-language: Haskell2010