diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,14 @@
+0.1.0.2 (7 September 2014)
+--------------------------
+
+- Allow optparse-applicative-0.10
+
+0.1.0.1 (22 August 2014)
+------------------------
+
+    - Allow lens-4.4
+
+0.1 (27 May 2014)
+-----------------
+
+    - Initial release.
diff --git a/diagrams-rasterific.cabal b/diagrams-rasterific.cabal
--- a/diagrams-rasterific.cabal
+++ b/diagrams-rasterific.cabal
@@ -1,5 +1,5 @@
 name:                diagrams-rasterific
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Rasterific backend for diagrams.
 description:         A full-featured backend for rendering
                      diagrams using the Rasterific rendering engine.
@@ -12,7 +12,7 @@
 category:            Graphics
 build-type:          Simple
 data-files:          fonts/*.ttf
-extra-source-files:  README.md
+extra-source-files:  README.md, CHANGES.md
 cabal-version:       >=1.10
 Source-repository head
   type:     git
@@ -39,7 +39,7 @@
                        data-default-class >= 0.0 && < 0.1,
                        containers >= 0.5 && < 0.6,
                        filepath >= 1.2 && < 1.4,
-                       optparse-applicative >= 0.7 && < 0.10,
+                       optparse-applicative >= 0.10 && < 0.11,
                        bytestring >= 0.9 && < 0.11,
                        split >= 0.1 && < 1.3
 
diff --git a/src/Diagrams/Backend/Rasterific/CmdLine.hs b/src/Diagrams/Backend/Rasterific/CmdLine.hs
--- a/src/Diagrams/Backend/Rasterific/CmdLine.hs
+++ b/src/Diagrams/Backend/Rasterific/CmdLine.hs
@@ -300,7 +300,7 @@
                    <*> switch
                        ( long "looping-off"
                       <> help "Turn looping off" )
-                   <*> ( optional . option )
+                   <*> ( optional . option auto)
                        ( long "loop-repeat"
                       <> help "Number of times to repeat" )
 
