about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-tensorflow.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-08-03treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski1-1/+1
appropriate, part 2: the non-trivial cases
2023-02-23haskell-tensorflow: unbreak buildMike Sperber1-3/+5
This just moves the package to the current head in the official repo, which has since seen patches that unbreak the ghc-9 build and work with our version of TensorFlow.
2022-09-25libtensorflow-bin: dropMartin Weinelt1-4/+1
The package was introduced when our source package did not expose libtensorflow, which it does these days. Additionally the -bin package has not been well maintained and is stuck on a version from 2020/12.
2021-11-07haskell: switch from haskell.lib to haskell.lib.composeEllie Hermaszewska1-1/+1
2020-06-05tensorflow-haskell: Remove tensorflow-mnistMike Sperber1-41/+0
Its tensorflow-mnist-data dependency is not on Hackage, and the license conditions for the data are unclear. Also, it's basically an example package.
2020-05-29Update tensorflow-haskell dependencies.Mike Sperber1-62/+7
Updating to the current HEAD of the Tensorflow-Haskell bindings allows us to also update the dependencies, specifically proto-lens, and avoid having to retain their outdated versions.
2020-04-18treewide: per RFC45, remove more unquoted URLsPavol Rusnak1-2/+2
2020-04-17haskell-tensorflow: unbreakMike Sperber1-40/+70
- get the current Git head of haskell-tensorflow - adjust dependencies
2020-04-10haskell-tensorflow: fix evalution errorsPeter Simons1-7/+6
The configuration-tensorflow.nix file specified several overrides for version 0.2.x packages, but those packages are no longer included in our package set because they are so old. (Current versions seem to be in the range of 0.6.x.) I fixed the evalution errors, but I did not verify whether these packages actually build with the newer versions.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-11haskell: fix evaluation error in tensorflow-protoPeter Simons1-1/+1
2018-09-06haskellPackages.tensorflow-mnist: fix missing dependency on ↵Bas van Dijk1-2/+4
tensorflow-mnist-input-data
2018-09-06haskellPackages.tensorflow-mnist-input-data: link data files instead of copyingBas van Dijk1-1/+1
This prevents duplication in the nix store.
2018-09-06haskellPackages.tensorflow-mnist-input-data: use an attribute set to specify ↵Bas van Dijk1-21/+11
the data files This is more understandable and safer than using a nested list.
2018-09-06haskellPackages.tensorflow-mnist-input-data: fetchMatthieu Coudron1-0/+27
Prefetch data so that the package doesn't try to connect to the internet.
2018-08-13haskell: upgrade the tensorflow packagesBas van Dijk1-0/+86
Also enable building on GHC-8.4.