bond 0.11.0.0 → 0.11.0.1
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.0 +version: 0.11.0.1 cabal-version: >= 1.8 tested-with: GHC>=8.0.1 synopsis: Bond schema compiler and code generator
src/Language/Bond/Codegen/CustomMapping.hs view
@@ -11,7 +11,7 @@ , parseNamespaceMapping ) where -import Control.Applicative +import Control.Applicative hiding (some) import Data.Void (Void) import Language.Bond.Syntax.Types import Prelude