Name : ghc-Cabal-syntax
| |
Version : 3.6.0.0
| Vendor : openSUSE
|
Release : bp155.2.5
| Date : 2022-08-20 07:25:29
|
Group : Unspecified
| Source RPM : ghc-Cabal-syntax-3.6.0.0-bp155.2.5.src.rpm
|
Size : 0.00 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : A library for working with .cabal files
|
Description :
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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Leap:/15.5:/ToTest/images/repo/openSUSE-Leap-15.5-x86_64-aarch64-ppc64le-s390x-Media1/x86_64 |