Skip to content

Commit

Permalink
Change imports to include docopts
Browse files Browse the repository at this point in the history
  • Loading branch information
sourrust committed Jun 13, 2015
1 parent 505b3b0 commit 345ca24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Hyakko.lhs
Expand Up @@ -57,13 +57,15 @@ file](https://github.com/sourrust/hyakko/blob/master/resources/languages.json).
> import qualified Text.Highlighting.Kate as K
> import Text.Pandoc.Templates
> import Text.Regex.PCRE ((=~))
> import System.Console.CmdArgs
> import System.Directory ( getDirectoryContents
> , doesDirectoryExist
> , doesFileExist
> , createDirectoryIfMissing
> , copyFile
> )
> import System.Console.Docopt.NoTH
> import System.Environment (getArgs)
> import System.Exit (exitSuccess)
> import System.FilePath ( takeBaseName
> , takeExtension
> , takeFileName
Expand Down

0 comments on commit 345ca24

Please sign in to comment.