diff --git a/aws-ec2.cabal b/aws-ec2.cabal
--- a/aws-ec2.cabal
+++ b/aws-ec2.cabal
@@ -1,5 +1,5 @@
 name:                aws-ec2
-version:             0.3.1
+version:             0.3.2
 synopsis:            AWS EC2/VPC, ELB and CloudWatch client library for Haskell
 license-file:        LICENSE
 license:             BSD3
@@ -17,7 +17,7 @@
 source-repository this
   type: git
   location: https://github.com/zalora/aws-ec2.git
-  tag: 0.3.1
+  tag: 0.3.2
 
 source-repository head
   type: git
@@ -118,7 +118,7 @@
   hs-source-dirs:      src
   default-language:    Haskell2010
   default-extensions:  OverloadedStrings, TemplateHaskell, CPP
-  cpp-options:         --include=include/config.h
+  ghc-options:         -optP --include=include/config.h
 
 executable put-metric
   main-is: put-metric.hs
diff --git a/src/Aws/Elb.hs b/src/Aws/Elb.hs
--- a/src/Aws/Elb.hs
+++ b/src/Aws/Elb.hs
@@ -14,6 +14,7 @@
 , module Aws.Elb.Commands.RegisterInstancesWithLoadBalancer
 , module Aws.Elb.Commands.DeregisterInstancesFromLoadBalancer
 
+, module Aws.Elb.Commands.CreateAppCookieStickinessPolicy
 , module Aws.Elb.Commands.CreateLBCookieStickinessPolicy
 , module Aws.Elb.Commands.SetLoadBalancerPoliciesOfListener
 
@@ -35,6 +36,7 @@
 import Aws.Elb.Commands.RegisterInstancesWithLoadBalancer
 import Aws.Elb.Commands.DeregisterInstancesFromLoadBalancer
 
+import Aws.Elb.Commands.CreateAppCookieStickinessPolicy
 import Aws.Elb.Commands.CreateLBCookieStickinessPolicy
 import Aws.Elb.Commands.SetLoadBalancerPoliciesOfListener
 
