Skip to content

Commit

Permalink
Update to optparse-applicative 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy committed Oct 14, 2016
1 parent ccb004b commit 218d683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hakyll.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion src/Hakyll/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import System.Exit (ExitCode(ExitSuccess), exitWit


--------------------------------------------------------------------------------
import Options.Applicative
import Data.Monoid ((<>))
import Options.Applicative


--------------------------------------------------------------------------------
Expand Down

0 comments on commit 218d683

Please sign in to comment.