inline-asm-0.4.0.2: inline-asm.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: fd06f801cd1e8354d11a3ed0cb6623ada695ee43df28ddfa368a6a3f8dc76136
name: inline-asm
version: 0.4.0.2
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
, 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