Skip to content

Commit

Permalink
removed test on show\read
Browse files Browse the repository at this point in the history
  • Loading branch information
tittoassini committed Nov 6, 2018
1 parent 150e4f5 commit 764b22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ pkgs =
, ("persist", serialize PkgPersist, deserialize PkgPersist)
, ("packman", serialize PkgPackman, deserialize PkgPackman)
, ("serialise", serialize PkgCBOR, deserialize PkgCBOR)
, ("show", serialize PkgShow, deserialize PkgShow)
-- , ("show", serialize PkgShow, deserialize PkgShow)
]

prop :: Serialize lib (BinTree Int) => lib -> Property
Expand Down

0 comments on commit 764b22c

Please sign in to comment.