leksah 0.10.0.0 → 0.10.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- leksah.cabal +1/−1
- src/IDE/Workspaces.hs +1/−1
leksah.cabal view
@@ -1,5 +1,5 @@ name: leksah-version: 0.10.0.0+version: 0.10.0.1 cabal-version: >=1.8 build-type: Simple license: GPL
src/IDE/Workspaces.hs view
@@ -146,7 +146,7 @@ then filePath else addExtension filePath leksahWorkspaceFileExtension in do- dir <- liftIO $ myCanonicalizePath realPath+ dir <- liftIO $ myCanonicalizePath $ dropFileName realPath let cPath = dir </> takeFileName realPath newWorkspace = emptyWorkspace { wsName = takeBaseName cPath,