[cabal] llvm-hs new versions

parent 4028238e
Pipeline #6794 failed with stages
in 8 minutes and 6 seconds
......@@ -17,7 +17,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/AccelerateHS/accelerate-llvm.git
tag: 2b5d69448557e89002c0179ea1aaf59bb757a6e3
-- tag: 2b5d69448557e89002c0179ea1aaf59bb757a6e3
tag: eb544e52e66509314c5efe9f9765c5e42d00c5a4
subdir: accelerate-llvm-native/
accelerate-llvm/
......@@ -34,8 +35,10 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/adinapoli/llvm-hs.git
tag: 7533a9ccd3bfe77141745f6b61039a26aaf5c83b
--location: https://github.com/adinapoli/llvm-hs.git
-- tag: 7533a9ccd3bfe77141745f6b61039a26aaf5c83b
location: https://github.com/llvm-hs/llvm-hs.git
tag: e4b3cfa47e72f094ab109884f18acfc666b0fb7d
subdir: llvm-hs
llvm-hs-pure
......@@ -201,6 +204,7 @@ source-repository-package
allow-newer:
accelerate-arithmetic:accelerate
-- , accelerate-llvm:llvm-hs-pure
, MissingH:base
, accelerate-utility:accelerate
, base:*
......@@ -210,6 +214,7 @@ allow-newer:
, crawlerPubMed:servant-client-core
, iso639:aeson
, iso639:text
, llvm-hs-pure:bytestring
, morpheus-graphql-app:text
, morpheus-graphql-client:text
, morpheus-graphql-code-gen-utils:text
......
......@@ -299,9 +299,7 @@ constraints: any.Cabal ==3.8.1.0,
any.lifted-async ==0.10.2.5,
any.lifted-base ==0.2.3.12,
any.list-t ==1.0.5.7,
any.llvm-hs ==12.0.0,
llvm-hs -debug -llvm-with-rtti +shared-llvm,
any.llvm-hs-pure ==12.0.0,
any.lockfree-queue ==0.2.4,
any.logict ==0.8.1.0,
any.loop ==0.3.0,
......
......@@ -102,37 +102,39 @@ rec {
pkgs.haskellPackages.pretty-show
];
nonhsBuildInputs = with pkgs; [
# nng180
#haskell-language-server
blas
bzip2
clang_12
curl
czmq
docker-compose
expat
gcc12
gfortran7
git
gmp
graphviz
gsl
#haskell-language-server
hlint
libffi
icu
igraph_0_10_4
lapack
libffi
libpqxx
libsodium
libxml2
llvm_15
lzma
nanomsg
openblas
pcre
pkg-config
postgresql
xz
zlib
blas
gfortran7
expat
icu
graphviz
clang_12
llvm_12
gcc12
igraph_0_10_4
libpqxx
libsodium
nanomsg
# nng180
zeromq
curl
zlib
] ++ ( lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Accelerate
]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment