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
|
||||
, getDirectoryContents
|
||||
)
|
||||
import qualified System.FilePath
|
||||
import System.FilePath (splitDirectories, takeDirectory)
|
||||
import Text.Pandoc.Definition
|
||||
import qualified Text.Pandoc.Walk
|
||||
|
|
|
@ -3,7 +3,7 @@ cabal-version: 3.0
|
|||
name: reploy
|
||||
synopsis: Straightforward static all-in-one website builder
|
||||
category: Web
|
||||
version: 0.3.1.0
|
||||
version: 0.3.2.0
|
||||
build-type: Simple
|
||||
license: Apache-2.0
|
||||
license-file: LICENSE
|
||||
|
|
Loading…
Reference in a new issue