elm: 0.17 -> 0.17.1

This commit is contained in:
Rok Garbas
2016-07-16 00:11:41 +02:00
parent cfc0a5415b
commit bed7aba2f0
9 changed files with 66 additions and 58 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ let
EOF
'' + lib.concatStrings cmds;
hsPkgs = haskell.packages.ghc7103.override {
hsPkgs = haskell.packages.ghc801.override {
overrides = self: super:
let hlib = haskell.lib;
elmRelease = import ./packages/release.nix { inherit (self) callPackage; };