mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
fix ghc package versions
svn path=/nixpkgs/trunk/; revision=19367
This commit is contained in:
parent
ccde400207
commit
2eb0633c5f
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
corePackages = [
|
corePackages = [
|
||||||
[ "Cabal" "1.8.0" ]
|
[ "Cabal" "1.8.0.2" ]
|
||||||
[ "array" "0.3.0.0" ]
|
[ "array" "0.3.0.0" ]
|
||||||
[ "base" "3.0.3.2" ]
|
[ "base" "3.0.3.2" ]
|
||||||
[ "base" "4.2.0.0" ]
|
[ "base" "4.2.0.0" ]
|
||||||
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
[ "extensible-exceptions" "0.1.1.1" ]
|
[ "extensible-exceptions" "0.1.1.1" ]
|
||||||
[ "ffi" "1.0" ]
|
[ "ffi" "1.0" ]
|
||||||
[ "filepath" "1.1.0.3" ]
|
[ "filepath" "1.1.0.3" ]
|
||||||
[ "ghc" "6.12.0.20091010" ]
|
[ "ghc" "6.12.1" ]
|
||||||
[ "ghc-binary" "0.5.0.2" ]
|
[ "ghc-binary" "0.5.0.2" ]
|
||||||
[ "ghc-prim" "0.2.0.0" ]
|
[ "ghc-prim" "0.2.0.0" ]
|
||||||
[ "haskell98" "1.0.1.1" ]
|
[ "haskell98" "1.0.1.1" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user