[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 ...@@ -17,7 +17,8 @@ source-repository-package
source-repository-package source-repository-package
type: git type: git
location: https://github.com/AccelerateHS/accelerate-llvm.git location: https://github.com/AccelerateHS/accelerate-llvm.git
tag: 2b5d69448557e89002c0179ea1aaf59bb757a6e3 -- tag: 2b5d69448557e89002c0179ea1aaf59bb757a6e3
tag: eb544e52e66509314c5efe9f9765c5e42d00c5a4
subdir: accelerate-llvm-native/ subdir: accelerate-llvm-native/
accelerate-llvm/ accelerate-llvm/
...@@ -34,8 +35,10 @@ source-repository-package ...@@ -34,8 +35,10 @@ source-repository-package
source-repository-package source-repository-package
type: git type: git
location: https://github.com/adinapoli/llvm-hs.git --location: https://github.com/adinapoli/llvm-hs.git
tag: 7533a9ccd3bfe77141745f6b61039a26aaf5c83b -- tag: 7533a9ccd3bfe77141745f6b61039a26aaf5c83b
location: https://github.com/llvm-hs/llvm-hs.git
tag: e4b3cfa47e72f094ab109884f18acfc666b0fb7d
subdir: llvm-hs subdir: llvm-hs
llvm-hs-pure llvm-hs-pure
...@@ -201,6 +204,7 @@ source-repository-package ...@@ -201,6 +204,7 @@ source-repository-package
allow-newer: allow-newer:
accelerate-arithmetic:accelerate accelerate-arithmetic:accelerate
-- , accelerate-llvm:llvm-hs-pure
, MissingH:base , MissingH:base
, accelerate-utility:accelerate , accelerate-utility:accelerate
, base:* , base:*
...@@ -210,6 +214,7 @@ allow-newer: ...@@ -210,6 +214,7 @@ allow-newer:
, crawlerPubMed:servant-client-core , crawlerPubMed:servant-client-core
, iso639:aeson , iso639:aeson
, iso639:text , iso639:text
, llvm-hs-pure:bytestring
, morpheus-graphql-app:text , morpheus-graphql-app:text
, morpheus-graphql-client:text , morpheus-graphql-client:text
, morpheus-graphql-code-gen-utils:text , morpheus-graphql-code-gen-utils:text
......
...@@ -299,9 +299,7 @@ constraints: any.Cabal ==3.8.1.0, ...@@ -299,9 +299,7 @@ constraints: any.Cabal ==3.8.1.0,
any.lifted-async ==0.10.2.5, any.lifted-async ==0.10.2.5,
any.lifted-base ==0.2.3.12, any.lifted-base ==0.2.3.12,
any.list-t ==1.0.5.7, any.list-t ==1.0.5.7,
any.llvm-hs ==12.0.0,
llvm-hs -debug -llvm-with-rtti +shared-llvm, llvm-hs -debug -llvm-with-rtti +shared-llvm,
any.llvm-hs-pure ==12.0.0,
any.lockfree-queue ==0.2.4, any.lockfree-queue ==0.2.4,
any.logict ==0.8.1.0, any.logict ==0.8.1.0,
any.loop ==0.3.0, any.loop ==0.3.0,
......
...@@ -102,37 +102,39 @@ rec { ...@@ -102,37 +102,39 @@ rec {
pkgs.haskellPackages.pretty-show pkgs.haskellPackages.pretty-show
]; ];
nonhsBuildInputs = with pkgs; [ nonhsBuildInputs = with pkgs; [
# nng180
#haskell-language-server
blas
bzip2 bzip2
clang_12
curl
czmq czmq
docker-compose docker-compose
expat
gcc12
gfortran7
git git
gmp gmp
graphviz
gsl gsl
#haskell-language-server
hlint hlint
libffi icu
igraph_0_10_4
lapack lapack
libffi
libpqxx
libsodium
libxml2
llvm_15
lzma lzma
nanomsg
openblas
pcre pcre
pkg-config pkg-config
postgresql postgresql
xz xz
zlib
blas
gfortran7
expat
icu
graphviz
clang_12
llvm_12
gcc12
igraph_0_10_4
libpqxx
libsodium
nanomsg
# nng180
zeromq zeromq
curl zlib
] ++ ( lib.optionals stdenv.isDarwin [ ] ++ ( lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Accelerate 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