15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
cabal-version: >=1.10
|
|
|
|
name: gloss-tryout
|
|
version: 0.1.0
|
|
license: ISC
|
|
license-file: LICENSE
|
|
author: Camden Dixie O'Brien
|
|
maintainer: cdo@wip.sh
|
|
build-type: Simple
|
|
|
|
executable gloss-tryout
|
|
main-is: Main.hs
|
|
build-depends: base, gloss
|
|
default-language: Haskell2010
|