diff --git a/Hledger/Cli/Options.hs b/Hledger/Cli/Options.hs
--- a/Hledger/Cli/Options.hs
+++ b/Hledger/Cli/Options.hs
@@ -17,7 +17,7 @@
 import System.Directory
 import System.Environment
 import Test.HUnit
-import Text.Parsec
+import Text.ParserCombinators.Parsec
 import Text.Printf
 
 import Hledger
diff --git a/Hledger/Cli/Version.hs b/Hledger/Cli/Version.hs
--- a/Hledger/Cli/Version.hs
+++ b/Hledger/Cli/Version.hs
@@ -20,7 +20,7 @@
 -- version and PATCHLEVEL are set by the make process
 
 version :: String
-version       = "0.15.0"
+version       = "0.15.1"
 
 patchlevel :: String
 #ifdef PATCHLEVEL
diff --git a/hledger.cabal b/hledger.cabal
--- a/hledger.cabal
+++ b/hledger.cabal
@@ -1,5 +1,5 @@
 name:           hledger
-version: 0.15
+version: 0.15.1
 category:       Finance
 synopsis:       The main command-line interface for the hledger accounting tool.
 description:
