diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-10-23 21:23:38 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-10-23 21:23:38 +0200 |
| commit | af385de870889b29c52c02081d16e6a142eda92e (patch) | |
| tree | e9a3aae3d2203a042f4af03026e6d77cff06d4be | |
| parent | 7a60fce085b5ae8d9f17699489415f20a5f18f8c (diff) | |
| download | reploy-af385de870889b29c52c02081d16e6a142eda92e.tar.gz reploy-af385de870889b29c52c02081d16e6a142eda92e.tar.bz2 | |
fix stuff, bump the version
| -rw-r--r-- | Utils.hs | 1 | ||||
| -rw-r--r-- | reploy.cabal | 2 | ||||
| -rw-r--r-- | reploy.hs | 3 |
3 files changed, 3 insertions, 3 deletions
@@ -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 diff --git a/reploy.cabal b/reploy.cabal index 17d39b8..d49776c 100644 --- a/reploy.cabal +++ b/reploy.cabal @@ -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 @@ -43,8 +43,7 @@ import Lens.Micro.Mtl import qualified Options.Applicative import System.Directory (doesFileExist) import System.FilePath - ( (</>) - , isAbsolute + ( isAbsolute , joinPath , splitFileName , takeDirectory |
