sandi 0.2.2 → 0.2.2.1
raw patch · 2 files changed
+8/−1 lines, 2 files
Files
- sandi.cabal +2/−1
- test-src/Codec/TestUtils.hs +6/−0
sandi.cabal view
@@ -1,5 +1,5 @@ name: sandi-version: 0.2.2+version: 0.2.2.1 license: BSD3 license-file: LICENSE cabal-version: >= 1.8@@ -75,6 +75,7 @@ Codec.Binary.UuTest Codec.Binary.XxTest Codec.Binary.YencTest+ Codec.TestUtils benchmark sandi-bench type: exitcode-stdio-1.0
+ test-src/Codec/TestUtils.hs view
@@ -0,0 +1,6 @@+-- Copyright: (c) Magnus Therning, 2013+-- License: BSD3, found in the LICENSE file++module Codec.TestUtils where++fromRight (Right a) = a