Sun, 02 Jun 2024 21:15:52 UTC | login

Information for build ghc-cabal-helper-0.8.2.0-4.fc33

ID153430
Package Nameghc-cabal-helper
Version0.8.2.0
Release4.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-cabal-helper.git#8422874e384cd82569bd0fbea568ee344eee5888
SummarySimple interface to some of Cabal's configuration state, mainly used by ghc-mod
DescriptionCabal's little helper provides access to build information gathered by 'cabal' when configuring a project. Specifically we're interested in retrieving enough information to bring up a compiler session, using the GHC API, which is similar to running 'cabal repl' in a project. While simple in principle this is complicated by the fact that the information Cabal writes to disk is in an unstable format and only really accessible through the Cabal API itself. Since we do not want to bind the user of a development tool which utilises this library to a specific version of Cabal we compile the code which interfaces with the Cabal library's API on the user's machine, at runtime, against whichever version of Cabal was used to write the on disk information for a given project. If this version of Cabal is not available on the users machine anymore, which is fairly likely since cabal-install is usually linked statically, we have support for compiling the Cabal library also. In this case the library is installed into a private, isolated, package database in '$XDG_CACHE_HOME/cabal-helper' so as to not interfere with the user's package database.
Built bydavidlt
State failed
Volume DEFAULT
StartedTue, 09 Jun 2020 06:59:54 UTC
CompletedTue, 09 Jun 2020 07:32:05 UTC
Taskbuild (f33, /rpms/ghc-cabal-helper.git:8422874e384cd82569bd0fbea568ee344eee5888)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-cabal-helper.git#8422874e384cd82569bd0fbea568ee344eee5888'}}
Tags No tags
RPMs No RPMs
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.8.2.0-3 - update to 0.8.2.0 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat May 04 2019 Jens Petersen <petersen@redhat.com> - 0.8.1.2-1 - update to 0.8.1.2 - subpackage cabal-plan-0.4.0 dep * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 0.8.0.2-5 - revise .cabal - run testsuite only on Intel archs (failing elsewhere) * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 09 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.8.0.2-3 - Build with tests enabled