3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.futhark: 0.19.4 -> 0.19.6

Now that stackage lts 18 has version 5.0.0, we can upgrade futhark.
This commit is contained in:
sternenseemann 2021-06-20 22:12:10 +02:00
parent a5052e1c6e
commit 6a49456aef
2 changed files with 0 additions and 44 deletions

View file

@ -81,8 +81,6 @@ default-package-overrides:
- monoid-extras < 0.6
- diagrams-core < 1.5.0
- diagrams-lib < 1.4.4
# 2021-05-12: remove once versions >= 5.0.0 is in stackage
- futhark < 0.19.5
# 2021-06-05: remove once pandoc 2.14 is in stackage
- pandoc-crossref < 0.3.11.0
# 2021-06-14: hnix still needs old versions https://github.com/haskell-nix/hnix/issues/952

View file

@ -97058,47 +97058,6 @@ self: {
}) {};
"futhark" = callPackage
({ mkDerivation, aeson, alex, ansi-terminal, array, base, binary
, blaze-html, bmp, bytestring, bytestring-to-vector, cmark-gfm
, containers, directory, directory-tree, dlist, file-embed
, filepath, free, gitrev, happy, hashable, haskeline
, language-c-quote, mainland-pretty, megaparsec, mtl
, neat-interpolation, parallel, parser-combinators, pcg-random
, process, process-extras, QuickCheck, regex-tdfa, srcloc, tasty
, tasty-hunit, tasty-quickcheck, template-haskell, temporary
, terminal-size, text, time, transformers, unordered-containers
, utf8-string, vector, vector-binary-instances, versions
, zip-archive, zlib
}:
mkDerivation {
pname = "futhark";
version = "0.19.4";
sha256 = "1d4704pmknv39yw2bjxkp5n2wl9a14n3pn221m3src5z237lchq7";
revision = "1";
editedCabalFile = "1d8vwgdvj1dib7l4a3lhn03ri2mbnm57wnd3pki6m7y8sr3xk730";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson ansi-terminal array base binary blaze-html bmp bytestring
bytestring-to-vector cmark-gfm containers directory directory-tree
dlist file-embed filepath free gitrev hashable haskeline
language-c-quote mainland-pretty megaparsec mtl neat-interpolation
parallel pcg-random process process-extras regex-tdfa srcloc
template-haskell temporary terminal-size text time transformers
unordered-containers utf8-string vector vector-binary-instances
versions zip-archive zlib
];
libraryToolDepends = [ alex happy ];
executableHaskellDepends = [ base text ];
testHaskellDepends = [
base containers megaparsec mtl parser-combinators QuickCheck tasty
tasty-hunit tasty-quickcheck text
];
description = "An optimising compiler for a functional, array-oriented language";
license = lib.licenses.isc;
}) {};
"futhark_0_19_6" = callPackage
({ mkDerivation, aeson, alex, ansi-terminal, array, base, binary
, blaze-html, bmp, bytestring, bytestring-to-vector, cmark-gfm
, containers, directory, directory-tree, dlist, file-embed
@ -97135,7 +97094,6 @@ self: {
];
description = "An optimising compiler for a functional, array-oriented language";
license = lib.licenses.isc;
hydraPlatforms = lib.platforms.none;
}) {};
"futhark-data" = callPackage