shelly 0.12.1 → 0.12.1.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Shelly.hs +1/−0
- shelly.cabal +1/−1
Shelly.hs view
@@ -19,6 +19,7 @@ -- > {-# LANGUAGE OverloadedStrings #-} -- > {-# LANGUAGE ExtendedDefaultRules #-} -- > {-# OPTIONS_GHC -fno-warn-type-defaults #-}+-- > import Shelly -- > import Data.Text.Lazy as LT -- > default (LT.Text) module Shelly
shelly.cabal view
@@ -1,6 +1,6 @@ Name: shelly -Version: 0.12.1+Version: 0.12.1.1 Synopsis: shell-like (systems) programming in Haskell Description: Shelly provides convenient systems programming in Haskell,