-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 65387ae638d827c678335082debdcc7810266926087adf6cb41fcd494eb5610d name: sixty-five-oh-two version: 1.0.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 other-modules: Paths_sixty_five_oh_two hs-source-dirs: src build-depends: base >=4.7 && <5 , bytestring , containers , lens , mtl default-language: Haskell2010 executable sixty-five-oh-two-exe main-is: Main.hs other-modules: Paths_sixty_five_oh_two hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , containers , lens , mtl , sixty-five-oh-two 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