diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2013 Simon Hengel <sol@typeful.net>
+Copyright (c) 2012-2015 Simon Hengel <sol@typeful.net>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/markdown-unlit.cabal b/markdown-unlit.cabal
--- a/markdown-unlit.cabal
+++ b/markdown-unlit.cabal
@@ -3,14 +3,14 @@
 -- see: https://github.com/sol/hpack
 
 name:             markdown-unlit
-version:          0.3.0
+version:          0.3.1
 synopsis:         Literate Haskell support for Markdown
 category:         Development
 homepage:         https://github.com/sol/markdown-unlit#readme
 bug-reports:      https://github.com/sol/markdown-unlit/issues
 license:          MIT
 license-file:     LICENSE
-copyright:        (c) 2012-2013 Simon Hengel
+copyright:        (c) 2012-2015 Simon Hengel
 author:           Simon Hengel <sol@typeful.net>
 maintainer:       Simon Hengel <sol@typeful.net>
 build-type:       Simple
diff --git a/src/Text/Markdown/Unlit.hs b/src/Text/Markdown/Unlit.hs
--- a/src/Text/Markdown/Unlit.hs
+++ b/src/Text/Markdown/Unlit.hs
@@ -14,7 +14,7 @@
 import           Prelude ()
 import           Prelude.Compat
 import           Data.Maybe
-import           Data.List
+import           Data.List.Compat
 import           Data.Char
 import           Data.String
 import           System.IO
