haskell-hspec-expectations: switch default to version 0.3.2
This commit is contained in:
parent
3c28408f84
commit
00346f1bbb
@ -1113,7 +1113,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
hspecExpectations_0_3_0_3 = callPackage ../development/libraries/haskell/hspec-expectations/0.3.0.3.nix {};
|
||||
hspecExpectations_0_3_2 = callPackage ../development/libraries/haskell/hspec-expectations/0.3.2.nix {};
|
||||
hspecExpectations = self.hspecExpectations_0_3_0_3;
|
||||
hspecExpectations = self.hspecExpectations_0_3_2;
|
||||
|
||||
hspecMeta = callPackage ../development/libraries/haskell/hspec-meta {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user