packages feed

inline-asm 0.5.0.2 → 0.5.0.3

raw patch · 3 files changed

+8/−3 lines, 3 files

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for inline-asm +## v0.5.0.3++* GHC 9.8 and 9.10 compatibility.+ ## v0.5.0.2  * GHC 9.4 compatibility.
inline-asm.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.0.+-- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack ----- hash: c5778d06671fe086d6246601849ecf96707a9e8b6078ad56ce8ad59f4a91ff7a+-- hash: de4a696a7a926d105fc3e258cc7dd1606366db44b056d7e743cfb26b6b031d78  name:           inline-asm-version:        0.5.0.2+version:        0.5.0.3 synopsis:       Inline some Assembly in ur Haskell! description:    Please see the README on GitHub at <https://github.com/0xd34df00d/inline-asm#readme> category:       FFI
src/Language/Asm/Inline/QQ.hs view
@@ -16,6 +16,7 @@  import qualified Data.Map as M import Control.Applicative(ZipList(..))+import Control.Monad import Control.Monad.Combinators.Expr as CE import Control.Monad.Except import Control.Monad.State.Strict