packages feed

bond 0.11.0.2 → 0.11.0.3

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

bond.cabal view
@@ -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
src/Language/Bond/Parser.hs view
@@ -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