repline 0.1.5.0 → 0.1.6.0
raw patch · 3 files changed
+6/−4 lines, 3 filesdep ~processPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: process
API changes (from Hackage documentation)
- System.Console.Repline: instance GHC.Base.Monad m => GHC.Base.Applicative (System.Console.Repline.HaskelineT m)
- System.Console.Repline: instance GHC.Base.Monad m => GHC.Base.Functor (System.Console.Repline.HaskelineT m)
+ System.Console.Repline: instance GHC.Base.Applicative m => GHC.Base.Applicative (System.Console.Repline.HaskelineT m)
+ System.Console.Repline: instance GHC.Base.Functor m => GHC.Base.Functor (System.Console.Repline.HaskelineT m)
Files
- LICENSE +1/−1
- README.md +1/−1
- repline.cabal +4/−2
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2016 Stephen Diehl+Copyright (c) 2016-2017 Stephen Diehl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
README.md view
@@ -190,5 +190,5 @@ License ------- -Copyright (c) 2014, Stephen Diehl+Copyright (c) 2014-2017, Stephen Diehl Released under the MIT License
repline.cabal view
@@ -1,16 +1,17 @@ name: repline-version: 0.1.5.0+version: 0.1.6.0 synopsis: Haskeline wrapper for GHCi-like REPL interfaces. license: MIT license-file: LICENSE author: Stephen Diehl maintainer: stephen.m.diehl@gmail.com-copyright: 2014-2016 Stephen Diehl+copyright: 2014-2017 Stephen Diehl category: User Interfaces build-type: Simple extra-source-files: README.md cabal-version: >=1.10 tested-with: GHC == 7.6.1, GHC == 7.6.3, GHC == 7.8.3, GHC == 7.10.1+homepage: https://github.com/sdiehl/repline Bug-Reports: https://github.com/sdiehl/repline/issues Description:@@ -26,6 +27,7 @@ base >= 4.6 && <4.10, containers >= 0.5 && <0.6, mtl >= 2.2 && <2.3,+ process >= 1.2 && <1.5, haskeline >= 0.7 && <0.8 default-language: Haskell2010