hspec-checkers 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+1/−10 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- default.nix +0/−8
- hspec-checkers.cabal +1/−2
− default.nix
@@ -1,8 +0,0 @@-{ pkgs ? import <nixpkgs> { }-, src ? builtins.filterSource (path: type:- type != "unknown" &&- baseNameOf path != ".git" &&- baseNameOf path != "result" &&- baseNameOf path != "dist") ./.-}:-pkgs.haskellPackages.buildLocalCabal src "hspec-checkers"
hspec-checkers.cabal view
@@ -1,5 +1,5 @@ name: hspec-checkers-version: 0.1.0.1+version: 0.1.0.2 synopsis: Allows to use checkers properties from hspec description: Allows to use <http://hackage.haskell.org/package/checkers checkers>@@ -14,7 +14,6 @@ cabal-version: >=1.10 extra-source-files: README.md- default.nix source-repository head type: git