Merge pull request #23085 from badi/super-user-spark

super-user-spark: update, switch to haskellPackages LTS 8.x GHC 8.0.2
This commit is contained in:
Domen Kožar 2017-02-27 12:52:46 +01:00 committed by GitHub
commit 9a052a33b6

View file

@ -1,27 +1,28 @@
{ mkDerivation, aeson, aeson-pretty, base, binary, bytestring { mkDerivation, fetchgit, aeson, aeson-pretty, base, bytestring, directory
, directory, fetchgit, filepath, HTF, HUnit, mtl , filepath, hspec, hspec-core, HUnit, mtl, optparse-applicative
, optparse-applicative, parsec, process, shelly, stdenv, text , parsec, process, pureMD5, QuickCheck, shelly, stdenv, text
, transformers, unix, zlib , transformers, unix
}: }:
mkDerivation { mkDerivation {
pname = "super-user-spark"; pname = "super-user-spark";
version = "0.2.0.3"; version = "0.3.2.0-dev";
src = fetchgit { src = fetchgit {
url = "https://github.com/NorfairKing/super-user-spark"; url = "https://github.com/NorfairKing/super-user-spark";
sha256 = "1w9c2b1fxqxp2q5jxsvnrfqvyvpk8q70qqsgzshmghx0yylx9cns"; sha256 = "0akyc51bghzkk8j75n0i8v8rrsklidwvljhx3aibxfbkqp33372g";
rev = "a7d132f7631649c3a093ede286e66f78e9793fba"; rev = "ab8635682d67842b9e6d909cf3c618014e4157f2";
}; };
isLibrary = false; isLibrary = true;
isExecutable = true; isExecutable = true;
executableHaskellDepends = [ libraryHaskellDepends = [
aeson aeson-pretty base binary bytestring directory filepath HTF aeson aeson-pretty base bytestring directory filepath mtl
mtl optparse-applicative parsec process shelly text transformers optparse-applicative parsec process pureMD5 shelly text
unix zlib transformers unix
]; ];
executableHaskellDepends = [ base ];
testHaskellDepends = [ testHaskellDepends = [
aeson aeson-pretty base binary bytestring directory filepath HTF aeson aeson-pretty base bytestring directory filepath hspec
HUnit mtl optparse-applicative parsec process shelly text hspec-core HUnit mtl optparse-applicative parsec process pureMD5
transformers unix zlib QuickCheck shelly text transformers unix
]; ];
jailbreak = true; jailbreak = true;
description = "Configure your dotfile deployment with a DSL"; description = "Configure your dotfile deployment with a DSL";