fix stuff, bump the version
This commit is contained in:
parent
7a60fce085
commit
af385de870
1
Utils.hs
1
Utils.hs
|
@ -28,6 +28,7 @@ import System.Directory
|
||||||
, doesDirectoryExist
|
, doesDirectoryExist
|
||||||
, getDirectoryContents
|
, getDirectoryContents
|
||||||
)
|
)
|
||||||
|
import qualified System.FilePath
|
||||||
import System.FilePath (splitDirectories, takeDirectory)
|
import System.FilePath (splitDirectories, takeDirectory)
|
||||||
import Text.Pandoc.Definition
|
import Text.Pandoc.Definition
|
||||||
import qualified Text.Pandoc.Walk
|
import qualified Text.Pandoc.Walk
|
||||||
|
|
|
@ -3,7 +3,7 @@ cabal-version: 3.0
|
||||||
name: reploy
|
name: reploy
|
||||||
synopsis: Straightforward static all-in-one website builder
|
synopsis: Straightforward static all-in-one website builder
|
||||||
category: Web
|
category: Web
|
||||||
version: 0.3.1.0
|
version: 0.3.2.0
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
|
|
@ -43,8 +43,7 @@ import Lens.Micro.Mtl
|
||||||
import qualified Options.Applicative
|
import qualified Options.Applicative
|
||||||
import System.Directory (doesFileExist)
|
import System.Directory (doesFileExist)
|
||||||
import System.FilePath
|
import System.FilePath
|
||||||
( (</>)
|
( isAbsolute
|
||||||
, isAbsolute
|
|
||||||
, joinPath
|
, joinPath
|
||||||
, splitFileName
|
, splitFileName
|
||||||
, takeDirectory
|
, takeDirectory
|
||||||
|
|
Loading…
Reference in a new issue