packages feed

LC3-0.1.0.2: LC3.cabal

name:                LC3
version:             0.1.0.2
synopsis:            LC-3 virtual machine
description:         Haskell implementation of the LC-3 VM
license:             BSD3
license-file:        LICENSE
author:              David Johnson
maintainer:          djohnson.m@gmail.com
copyright:           David Johnson (c) 2019
category:            Language
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

extra-source-files:
  README.md
  ChangeLog.md

executable LC3
  main-is:
    Main.hs
  build-depends:
    base < 5,
    bytestring,
    lens,
    hspec,
    mtl,
    vector
  hs-source-dirs:
    src
  default-language:
    Haskell2010

source-repository head
   type: git
   location: https://github.com/dmjio/LC3.git