Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-Cabal-syntax | Distribution: SUSE Linux Enterprise 15 SP5 |
Version: 3.6.0.0 | Vendor: openSUSE |
Release: bp155.2.14 | Build date: Mon May 22 12:10:14 2023 |
Group: Unspecified | Build host: obs-power9-10 |
Size: 1661 | Source RPM: ghc-Cabal-syntax-3.6.0.0-bp155.2.14.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/Cabal-syntax | |
Summary: A library for working with .cabal files |
This library provides tools for reading and manipulating the .cabal file format. Version 3.6 (unlike the following versions) is a dummy package that prevents module name clases between Cabal and Cabal-syntax if used together with a Cabal flag as described below. In Cabal-3.7 this package was split off. To avoid module name clashes, you can add this to your .cabal file: > flag Cabal-syntax > description: Use the new Cabal-syntax package > default: False > manual: False > > library > -- ... > if flag(Cabal-syntax) > build-depends: Cabal-syntax >= 3.7 > else > build-depends: Cabal < 3.7, Cabal-syntax < 3.7 This will default to the older build, but will allow consumers to opt-in to the newer libraries by requiring Cabal or Cabal-syntax >= 3.7.
BSD-3-Clause
* Fri Feb 04 2022 psimons@suse.com - Add Cabal-syntax at version 3.6.0.0.
/usr/share/licenses/ghc-Cabal-syntax /usr/share/licenses/ghc-Cabal-syntax/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 17:57:49 2024