Skip to content
Snippets Groups Projects
Commit 490d3fc8 authored by Henrik Tramberend's avatar Henrik Tramberend
Browse files

Formatting

parent d3f74338
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ import Data.Version (showVersion, versionBranch)
import Development.Shake (Action, need)
import Network.URI as U
import Paths_decker (version)
-- import System.FilePath.Posix
-- import System.FilePath.Posix
-- | The version from the cabal file
deckerVersion :: String
deckerVersion = showVersion version
......@@ -77,8 +77,7 @@ needFiles :: [FilePath] -> Decker ()
needFiles pathes = lift $ need pathes
addScript :: Script -> Decker ()
addScript script = do
modify (\s -> s {scripts = scripts s ++ [script]})
addScript script = modify (\s -> s {scripts = scripts s ++ [script]})
data DeckerState = DeckerState
{ basePath :: String
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment