inline-asm-0.1.0.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: e27b467c99b6f79a5aa43f7fbfa55f44eca8495e93b7a08b9c9ce2a09d17cbd0
name: inline-asm
version: 0.1.0.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
other-modules:
Paths_inline_asm
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, ghc-prim
, 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
, ghc-prim
, inline-asm
, 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:
base >=4.7 && <5
, ghc-prim
, inline-asm
, template-haskell >=2.15.0.0
, uniplate
default-language: Haskell2010