Skip to content

Commit

Permalink
Try to get travis to succeed again.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Jul 10, 2018
1 parent cfe085e commit 7845f5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import qualified Data.Text.Lazy.IO as LT
import Options.Applicative
( Parser, ReadM, execParser, fullDesc, help, helper, info, long
, option, progDesc, readerError, short, showDefaultWith, str, value, (<**>))
import Data.Semigroup ((<>))
import Data.Monoid ((<>))
import Text.Pretty.Simple
( pStringOpt, OutputOptions
, defaultOutputOptionsDarkBg
Expand Down
1 change: 0 additions & 1 deletion pretty-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ executable pretty-simple
hs-source-dirs: app
build-depends: base
, pretty-simple
, semigroups
, text
, optparse-applicative
default-language: Haskell2010
Expand Down

0 comments on commit 7845f5e

Please sign in to comment.