morte 1.4.0 → 1.4.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- morte.cabal +1/−1
- src/Morte/Lexer.x +1/−1
morte.cabal view
@@ -1,5 +1,5 @@ Name: morte-Version: 1.4.0+Version: 1.4.1 Cabal-Version: >=1.8.0.2 Build-Type: Simple Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2
src/Morte/Lexer.x view
@@ -14,7 +14,7 @@ import Control.Monad.Trans.State.Strict (State, get) import Data.Bits (shiftR, (.&.))-import Data.Char (digitToInt)+import Data.Char (digitToInt, ord) import Data.Text.Lazy (Text) import qualified Data.Text.Lazy as Text import Data.Word (Word8)