aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/windows-env.cabal
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-12-12 20:43:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-12-12 20:43:42 +0300
commitf1a4c2b98f1707c09e17ddd07cb25d6e1cfe4022 (patch)
tree55877ee2e87e89b552b194966292f6f46eb0982f /windows-env.cabal
parentfix export lists (diff)
downloadwindows-env-f1a4c2b98f1707c09e17ddd07cb25d6e1cfe4022.tar.gz
windows-env-f1a4c2b98f1707c09e17ddd07cb25d6e1cfe4022.zip
use monad transformers
Diffstat (limited to 'windows-env.cabal')
-rw-r--r--windows-env.cabal6
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