sixty-five-oh-two/package.yaml

42 lines
1.1 KiB
YAML
Raw Normal View History

2018-05-26 19:49:42 +00:00
name: sixty-five-oh-two
2018-05-31 08:05:41 +00:00
version: 1.2.0.0
2018-05-26 19:49:42 +00:00
github: "aearnus/sixty-five-oh-two"
2018-05-26 19:20:20 +00:00
license: MIT
author: "Tyler Limkemann"
maintainer: "tslimkemann42@gmail.com"
copyright: "2018 Tyler Limkemann"
2018-05-23 10:51:24 +00:00
extra-source-files:
- README.md
- ChangeLog.md
# Metadata used when publishing your package
2018-05-26 19:20:20 +00:00
synopsis: An eDSL for writing 65(C)02 bytecode.
category: DSL
2018-05-23 10:51:24 +00:00
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
2018-05-26 19:49:42 +00:00
description: An eDSL for writing 65(C)02 bytecode. Please see the README on GitHub at <https://github.com/aearnus/sixty-five-oh-two#readme>
2018-05-23 10:51:24 +00:00
dependencies:
- base >= 4.7 && < 5
- mtl
- containers
- lens
- bytestring
library:
source-dirs: src
tests:
2018-05-26 19:49:42 +00:00
sixty-five-oh-two-test:
2018-05-23 10:51:24 +00:00
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
2018-05-26 19:49:42 +00:00
- sixty-five-oh-two