packages feed

Cabal revisions of LC3-0.1.0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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-+name:                LC3
+version:             0.1.0.2
+x-revision: 1
+synopsis:            LC-3 virtual machine
+description:         Haskell implementation of the LC-3 VM
+license:             BSD3
+license-file:        LICENSE
+author:              David Johnson
+maintainer:          code@dmj.io
+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
+