Nand2Tetris course artifacts: assembler, VM compiler and more
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.

37 lines
1.0 KiB

name: nand2tetris
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://c.asakul.ru/asakul/nand2tetris
license: BSD3
license-file: LICENSE
author: Denis Tereshkin
maintainer: denis@kasan.ws
copyright: 2021 Denis Tereshkin
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
executable hackasm
hs-source-dirs: app
main-is: HackAsm.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, nand2tetris
, text
, megaparsec
, optparse-applicative
, containers
, bytestring
library
hs-source-dirs: src
default-language: Haskell2010
exposed-modules: Nand2Tetris.Hack
build-depends: base >= 4.7 && < 5
, text
, megaparsec
, containers