cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 1c3cded6588b9b5609e74d24e1b430bda30bb591a276e05d7908a41a23636c86 name: inline-asm version: 0.4.0.1 synopsis: Inline some Assembly in ur Haskell! description: Please see the README on GitHub at category: FFI homepage: https://github.com/0xd34df00d/inline-asm#readme bug-reports: https://github.com/0xd34df00d/inline-asm/issues author: Georg Rudoy maintainer: 0xd34df00d@gmail.com copyright: 2020 Georg Rudoy license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/0xd34df00d/inline-asm library exposed-modules: Language.Asm.Inline Language.Asm.Inline.AsmCode Language.Asm.Inline.QQ Language.Asm.Inline.Util other-modules: Paths_inline_asm hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , bytestring , containers , either , ghc-prim , megaparsec , mtl , parser-combinators , template-haskell >=2.15.0.0 , uniplate default-language: Haskell2010 executable inline-asm-exe main-is: Main.hs other-modules: Paths_inline_asm hs-source-dirs: app ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring , containers , either , ghc-prim , inline-asm , megaparsec , mtl , parser-combinators , template-haskell >=2.15.0.0 , uniplate default-language: Haskell2010 test-suite inline-asm-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_inline_asm hs-source-dirs: test ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , base >=4.7 && <5 , bytestring , containers , either , ghc-prim , hspec , hspec-core , inline-asm , megaparsec , mtl , parser-combinators , template-haskell >=2.15.0.0 , uniplate default-language: Haskell2010