diff --git a/HSH.cabal b/HSH.cabal
--- a/HSH.cabal
+++ b/HSH.cabal
@@ -1,5 +1,5 @@
 Name: HSH
-Version: 2.1.0
+Version: 2.1.1
 License: LGPL
 Maintainer: John Goerzen <jgoerzen@complete.org>
 Author: John Goerzen
diff --git a/HSH/Command.hs b/HSH/Command.hs
--- a/HSH/Command.hs
+++ b/HSH/Command.hs
@@ -298,6 +298,9 @@
 			    -- Added field in process 1.1.0.0:
 			    , create_group = False
 #endif
+#if MIN_VERSION_process(1,2,0)
+			    , delegate_ctlc = False
+#endif
 			   }
     in do (_, oh', _, ph) <- createProcess cp
           let oh = fromJust oh'
@@ -313,6 +316,9 @@
 #if MIN_VERSION_process(1,1,0)
 			    -- Added field in process 1.1.0.0:
 			    , create_group = False
+#endif
+#if MIN_VERSION_process(1,2,0)
+			    , delegate_ctlc = False
 #endif
 			   }
     in do (ih', oh', _, ph) <- createProcess cp
