diff --git a/bond.cabal b/bond.cabal
--- a/bond.cabal
+++ b/bond.cabal
@@ -2,7 +2,7 @@
 -- Licensed under the MIT license. See LICENSE file in the project root for full license information.
 
 name:               bond
-version:            0.11.0.2
+version:            0.11.0.3
 cabal-version:      >= 1.8
 tested-with:        GHC>=8.0.1
 synopsis:           Bond schema compiler and code generator
diff --git a/src/Language/Bond/Parser.hs b/src/Language/Bond/Parser.hs
--- a/src/Language/Bond/Parser.hs
+++ b/src/Language/Bond/Parser.hs
@@ -21,7 +21,7 @@
     )
     where
 
-import Control.Applicative
+import Control.Applicative hiding (some)
 import Control.Monad.Reader
 import Control.Monad.State.Lazy
 import Data.Function
