haskell-scientific: update to version 0.3.3.3

This commit is contained in:
Peter Simons
2014-12-12 09:56:51 +01:00
parent 6ad9a19684
commit bb770ba61d
2 changed files with 4 additions and 4 deletions

View File

@@ -2227,8 +2227,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
sbv = callPackage ../development/libraries/haskell/sbv {};
scientific_0_2_0_2 = callPackage ../development/libraries/haskell/scientific/0.2.0.2.nix {};
scientific_0_3_3_2 = callPackage ../development/libraries/haskell/scientific/0.3.3.2.nix {};
scientific = self.scientific_0_3_3_2;
scientific_0_3_3_3 = callPackage ../development/libraries/haskell/scientific/0.3.3.3.nix {};
scientific = self.scientific_0_3_3_3;
scotty = callPackage ../development/libraries/haskell/scotty {};