-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 763e115e24c8326d0ff0d7fa73fcd1df56df20ddc75e86a2cfd862fc9ba14a10 name: sixty-five-oh-two version: 1.2.0.0 synopsis: An eDSL for writing 65(C)02 bytecode. description: An eDSL for writing 65(C)02 bytecode. Please see the README on GitHub at category: DSL homepage: https://github.com/aearnus/sixty-five-oh-two#readme bug-reports: https://github.com/aearnus/sixty-five-oh-two/issues author: Tyler Limkemann maintainer: tslimkemann42@gmail.com copyright: 2018 Tyler Limkemann license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/aearnus/sixty-five-oh-two library exposed-modules: DSL.SixtyFiveOhTwo DSL.SixtyFiveOhTwo.Types other-modules: Paths_sixty_five_oh_two hs-source-dirs: src build-depends: base >=4.7 && <5 , bytestring , containers , lens , mtl default-language: Haskell2010 test-suite sixty-five-oh-two-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_sixty_five_oh_two hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , containers , lens , mtl , sixty-five-oh-two default-language: Haskell2010