mtl 1.1.0.0 → 1.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesnew-uploader
Files
- mtl.cabal +3/−3
mtl.cabal view
@@ -1,5 +1,5 @@ name: mtl-version: 1.1.0.0+version: 1.1.0.1 license: BSD3 license-file: LICENSE author: Andy Gill@@ -7,8 +7,8 @@ category: Control synopsis: Monad transformer library description:- A monad transformer library, inspired by the paper "Functional- Programming with Overloading and Higher-Order Polymorphism",+ A monad transformer library, inspired by the paper /Functional+ Programming with Overloading and Higher-Order Polymorphism/, by Mark P Jones (<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>), Advanced School of Functional Programming, 1995. build-type: Simple