diff options
Diffstat (limited to 'windows-env.cabal')
-rw-r--r-- | windows-env.cabal | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/windows-env.cabal b/windows-env.cabal index aee69dc..98f4e3d 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -18,7 +18,7 @@ library exposed-modules: Windows.Environment other-modules: Windows.Registry, Windows.Utils ghc-options: -Wall -Werror - build-depends: base, bytestring, split, text, Win32 + build-depends: base, bytestring, split, text, transformers, Win32 default-language: Haskell2010 executable addpath @@ -28,6 +28,7 @@ executable addpath ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative + , transformers , windows-env default-language: Haskell2010 @@ -48,6 +49,7 @@ executable delpath ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative + , transformers , windows-env default-language: Haskell2010 @@ -58,6 +60,7 @@ executable setenv ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative + , transformers , windows-env default-language: Haskell2010 @@ -68,6 +71,7 @@ executable delenv ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative + , transformers , windows-env default-language: Haskell2010 |