diff --git a/Plugin/Pl/Rules.hs b/Plugin/Pl/Rules.hs
--- a/Plugin/Pl/Rules.hs
+++ b/Plugin/Pl/Rules.hs
@@ -7,8 +7,6 @@
 --
 module Plugin.Pl.Rules (RewriteRule(..), rules, fire) where
 
-import Lib.Serial (readM)
-
 import Plugin.Pl.Common
 
 import Data.Array
diff --git a/pointfree.cabal b/pointfree.cabal
--- a/pointfree.cabal
+++ b/pointfree.cabal
@@ -1,5 +1,5 @@
 name:                pointfree
-version:             1.0
+version:             1.0.1
 synopsis:            Pointfree refactoring tool
 description:         Stand-alone command-line version of the point-less plugin for lambdabot.
 license:             OtherLicense
