From 80f6847645459dfd21e531946e1eeaf2384a2dff Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 25 Mar 2017 05:56:02 +0300 Subject: rename directories --- windows-env.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'windows-env.cabal') diff --git a/windows-env.cabal b/windows-env.cabal index 0ea4b5a..b7d4d89 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -21,7 +21,7 @@ extra-source-files: README.md cabal-version: >=1.10 library - hs-source-dirs: src + hs-source-dirs: lib exposed-modules: WindowsEnv, WindowsEnv.Environment other-modules: WindowsEnv.Registry, WindowsEnv.Utils ghc-options: -Wall -Werror @@ -34,7 +34,7 @@ library default-language: Haskell2010 executable addpath - hs-source-dirs: apps + hs-source-dirs: bin main-is: AddPath.hs other-modules: Prompt, PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N @@ -45,7 +45,7 @@ executable addpath default-language: Haskell2010 executable paths - hs-source-dirs: apps + hs-source-dirs: bin main-is: ListPaths.hs other-modules: Prompt, PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N @@ -56,7 +56,7 @@ executable paths default-language: Haskell2010 executable delpath - hs-source-dirs: apps + hs-source-dirs: bin main-is: RemovePath.hs other-modules: Prompt, PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N @@ -67,7 +67,7 @@ executable delpath default-language: Haskell2010 executable setenv - hs-source-dirs: apps + hs-source-dirs: bin main-is: SetEnv.hs other-modules: Prompt, PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N @@ -78,7 +78,7 @@ executable setenv default-language: Haskell2010 executable delenv - hs-source-dirs: apps + hs-source-dirs: bin main-is: UnsetEnv.hs other-modules: Prompt, PromptMessage ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N -- cgit v1.2.3