arx 0.3.1 → 0.3.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- System.Posix.ARX.CLI: instance Data.Semigroup.Semigroup System.Posix.ARX.CLI.ZOM
+ System.Posix.ARX.CLI: instance GHC.Base.Semigroup System.Posix.ARX.CLI.ZOM
Files
- System/Posix/ARX/TMPXTools.hs +1/−1
- arx.cabal +1/−1
System/Posix/ARX/TMPXTools.hs view
@@ -57,7 +57,7 @@ blaze = Blaze.fromByteString tf True = "true" tf False = "false"- a : b : c : d : e : f : [] = findChunks $(embedFile "./model-scripts/tmpx.sh")+ a : b : c : d : e : [] = findChunks $(embedFile "./model-scripts/tmpx.sh") findChunks :: ByteString -> [ByteString] findChunks = coalesce . markHoles
arx.cabal view
@@ -1,5 +1,5 @@ name : arx-version : 0.3.1+version : 0.3.2 category : Text license : BSD3 license-file : LICENSE