From 218d68363adc426b91dcbcdfb44f9f3da85f2e7a Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Fri, 14 Oct 2016 22:44:24 +1300 Subject: Update to optparse-applicative 0.13 --- hakyll.cabal | 2 +- src/Hakyll/Main.hs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index c66524e..06cff67 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -175,7 +175,7 @@ Library unordered-containers >= 0.2 && < 0.3, vector >= 0.11 && < 0.12, yaml >= 0.8 && < 0.9, - optparse-applicative >= 0.12 && < 0.13 + optparse-applicative >= 0.13 && < 0.14 If flag(previewServer) Build-depends: diff --git a/src/Hakyll/Main.hs b/src/Hakyll/Main.hs index c46c705..b48743b 100644 --- a/src/Hakyll/Main.hs +++ b/src/Hakyll/Main.hs @@ -16,7 +16,8 @@ import System.Exit (ExitCode(ExitSuccess), exitWit -------------------------------------------------------------------------------- -import Options.Applicative +import Data.Monoid ((<>)) +import Options.Applicative -------------------------------------------------------------------------------- -- cgit v1.2.3