ptr-poker 0.1.2.4 → 0.1.2.5
raw patch · 3 files changed
+3/−5 lines, 3 filessetup-changed
Files
- Setup.hs +0/−2
- cbits/text.c +2/−2
- ptr-poker.cabal +1/−1
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
cbits/text.c view
@@ -85,7 +85,7 @@ return dest; }-#elif defined(__i386__)+#elif defined(__i386__) || defined(__arm64__) { src += src_offset;@@ -185,7 +185,7 @@ return size; }-#elif defined(__i386__)+#elif defined(__i386__) || defined(__arm64__ ) { src_ptr += src_off;
ptr-poker.cabal view
@@ -1,5 +1,5 @@ name: ptr-poker-version: 0.1.2.4+version: 0.1.2.5 synopsis: Pointer poking action construction and composition toolkit homepage: https://github.com/nikita-volkov/ptr-poker bug-reports: https://github.com/nikita-volkov/ptr-poker/issues