feat(repo): initialise repository
This commit is contained in:
commit
c85e45aaee
11 changed files with 237 additions and 0 deletions
25
hetch.cabal
Normal file
25
hetch.cabal
Normal file
|
@ -0,0 +1,25 @@
|
|||
cabal-version: 3.0
|
||||
name: hetch
|
||||
version: 0.1.0.0
|
||||
-- synopsis:
|
||||
-- description:
|
||||
license: WTFPL
|
||||
license-file: LICENSE
|
||||
author: Artur Manuel
|
||||
maintainer: balkenix@outlook.com
|
||||
-- copyright:
|
||||
build-type: Simple
|
||||
extra-doc-files: CHANGELOG.md
|
||||
-- extra-source-files:
|
||||
|
||||
common warnings
|
||||
ghc-options: -Wall
|
||||
|
||||
executable hetch
|
||||
import: warnings
|
||||
main-is: Main.hs
|
||||
-- other-modules:
|
||||
-- other-extensions:
|
||||
build-depends: base ^>=4.18.2.1
|
||||
hs-source-dirs: app
|
||||
default-language: GHC2021
|
Loading…
Add table
Add a link
Reference in a new issue