-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathhackertyper.cabal
More file actions
23 lines (22 loc) · 827 Bytes
/
Copy pathhackertyper.cabal
File metadata and controls
23 lines (22 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: hackertyper
version: 0.1.0.1
synopsis: "Hack" like a programmer in movies and games!
description: Simply randomly mash your keyboard and code will display on your screen.
homepage: https://github.com/fgaz/hackertyper
license: MIT
license-file: LICENSE
author: Francesco Gazzetta
maintainer: Francesco Gazzetta <fgaz@fgaz.me>
-- copyright:
-- category:
build-type: Simple
--extra-source-files: kernel.txt
data-files: kernel.txt
cabal-version: >=1.10
executable hackertyper
main-is: hackertyper.hs
other-modules: Paths_hackertyper
-- other-extensions:
build-depends: base ==4.*
-- hs-source-dirs:
default-language: Haskell2010