prelude-edsl 0.3 → 0.3.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
+ Prelude.EDSL: infixl 4 <$>
+ Prelude.EDSL: infixr 0 $
+ Prelude.EDSL: infixr 9 .
+ Prelude.EDSL: type FilePath = String
- Prelude.EDSL: undefined :: a
+ Prelude.EDSL: undefined :: HasCallStack => a
Files
- Prelude/EDSL.hs +1/−0
- prelude-edsl.cabal +1/−1
Prelude/EDSL.hs view
@@ -24,6 +24,7 @@ , Num (..) , Read (..) , Show (..)+ , FilePath(..) , (.) , ($)
prelude-edsl.cabal view
@@ -1,5 +1,5 @@ name: prelude-edsl-version: 0.3+version: 0.3.1 synopsis: An EDSL-motivated subset of the Prelude description: "Prelude.EDSL" exports a small subset of the "Prelude": some standard types and classes plus a small number of