packages feed

bond-haskell-compiler 0.1.4.0 → 0.1.4.1

raw patch · 2 files changed

+1/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

bond-haskell-compiler.cabal view
@@ -1,5 +1,5 @@ name:                bond-haskell-compiler-version:             0.1.4.0+version:             0.1.4.1 synopsis:            Bond code generator for Haskell description:         Bond is a cross-platform framework for handling schematized                      data. It supports cross-language de/serialization and
src/Language/Bond/Codegen/Haskell/TypeMapping.hs view
@@ -2,7 +2,6 @@     ( haskellTypeMapping     ) where -import Language.Bond.Syntax.Types import Language.Bond.Codegen.TypeMapping import Data.Text.Lazy.Builder