]> gitweb.michael.orlitzky.com - email-validator.git/commitdiff
Add two more dependencies, cmdargs and directory.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 29 May 2013 19:21:05 +0000 (15:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 29 May 2013 19:21:05 +0000 (15:21 -0400)
email-validator.cabal

index 2c504f66125e68c208737b41de6f0888c4de7a85..c5f7ea27060c3bed94c636717822a5844b8a4894 100644 (file)
@@ -12,6 +12,8 @@ executable email_validator
   build-depends:
     base                        == 4.*,
     bytestring                  == 0.10.*,
+    cmdargs                     == 0.10.*,
+    directory                   == 1.2.*,
     dns                         == 0.3.*,
     HUnit                       == 1.2.*,
     parallel-io                 == 0.3.*,
@@ -58,6 +60,8 @@ test-suite testsuite
   build-depends:
     base                        == 4.*,
     bytestring                  == 0.10.*,
+    cmdargs                     == 0.10.*,
+    directory                   == 1.2.*,
     dns                         == 0.3.*,
     HUnit                       == 1.2.*,
     parallel-io                 == 0.3.*,