require 0.2.0 → 0.2.1
raw patch · 3 files changed
+6/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- benchmark/Main.hs +3/−2
- package.yaml +1/−1
- require.cabal +2/−2
benchmark/Main.hs view
@@ -1,6 +1,7 @@ -- You can benchmark your code quickly and effectively with Criterion. See its -- website for help: <http://www.serpentine.com/criterion/>.-import Criterion.Main +import Universum+ main :: IO ()-main = defaultMain [bench "const" (whnf const ())]+main = putTextLn "Hello"
package.yaml view
@@ -1,5 +1,5 @@ name: require-version: '0.2.0'+version: '0.2.1' github: "theam/require" license: Apache-2.0 author: "The Agile Monkeys"
require.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 33332b8c960f813e87189b2741785fc878a0151fef0ad2a7dd80187a15af8a53+-- hash: 173608385fd718f309239b82a52ceb4e1804001699a05dfbf5bdbc83e8dd2d78 name: require-version: 0.2.0+version: 0.2.1 synopsis: Scrap your qualified import clutter description: See <https://theam.github.io/require> category: Other