inline-asm-0.2.1.0: inline-asm.cabal
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: 07f84f8e6bb0bdb11a97883ebf8eb73d17aeafe6f29f05996646e7487b23583f
name: inline-asm
version: 0.2.1.0
synopsis: Inline some Assembly in ur Haskell!
description: Please see the README on GitHub at <https://github.com/0xd34df00d/inline-asm#readme>
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
, containers
, either
, ghc-prim
, megaparsec
, mtl
, 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
, containers
, either
, ghc-prim
, inline-asm
, megaparsec
, mtl
, 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
, containers
, either
, ghc-prim
, hspec
, inline-asm
, megaparsec
, mtl
, template-haskell >=2.15.0.0
, uniplate
default-language: Haskell2010