forked from pool/cpphs
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| adf46fd03a | |||
| 5be856d108 | |||
| d537af2032 | |||
| 4413f25e3d | |||
| c7819a4bb3 |
35
cpphs.cabal
35
cpphs.cabal
@@ -1,6 +1,6 @@
|
||||
Name: cpphs
|
||||
Version: 1.20.9.1
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
Copyright: 2004-2017, Malcolm Wallace
|
||||
License: LGPL
|
||||
License-File: LICENCE-LGPL
|
||||
@@ -25,20 +25,19 @@ Build-type: Simple
|
||||
Extra-Source-Files: README, LICENCE-GPL, LICENCE-commercial, CHANGELOG, docs/cpphs.1, docs/index.html
|
||||
|
||||
tested-with:
|
||||
ghc ==9.2.1
|
||||
|| ==9.0.1
|
||||
|| ==8.10.7
|
||||
|| ==8.8.4
|
||||
|| ==8.6.5
|
||||
|| ==8.4.4
|
||||
|| ==8.2.2
|
||||
|| ==8.0.2
|
||||
|| ==7.10.3
|
||||
|| ==7.8.4
|
||||
|| ==7.6.3
|
||||
|| ==7.4.2
|
||||
|| ==7.2.2
|
||||
|| ==7.0.4
|
||||
GHC == 9.12.2
|
||||
GHC == 9.10.2
|
||||
GHC == 9.8.4
|
||||
GHC == 9.6.7
|
||||
GHC == 9.4.8
|
||||
GHC == 9.2.8
|
||||
GHC == 9.0.2
|
||||
GHC == 8.10.7
|
||||
GHC == 8.8.4
|
||||
GHC == 8.6.5
|
||||
GHC == 8.4.4
|
||||
GHC == 8.2.2
|
||||
GHC == 8.0.2
|
||||
|
||||
flag old-locale
|
||||
description: If true, use old-locale, otherwise use time 1.5 or newer.
|
||||
@@ -55,7 +54,7 @@ Library
|
||||
Hs-Source-Dirs: . old
|
||||
|
||||
else
|
||||
Build-Depends: time >=1.5 && <1.13
|
||||
Build-Depends: time >=1.5 && <1.15
|
||||
Hs-Source-Dirs: . new
|
||||
|
||||
Exposed-Modules:
|
||||
@@ -74,7 +73,7 @@ Library
|
||||
TimeCompat
|
||||
|
||||
Executable cpphs
|
||||
Build-Depends: base>=3&&<6, directory <1.4, polyparse>=1.13 && <1.14
|
||||
Build-Depends: base >=4.3 && <5, directory <1.4, polyparse>=1.13 && <1.14
|
||||
Main-Is: cpphs.hs
|
||||
|
||||
if flag(old-locale)
|
||||
@@ -84,7 +83,7 @@ Executable cpphs
|
||||
Hs-Source-Dirs: . old
|
||||
|
||||
else
|
||||
Build-Depends: time >=1.5 && <1.13
|
||||
Build-Depends: time >=1.5 && <1.15
|
||||
Hs-Source-Dirs: . new
|
||||
|
||||
Other-Modules:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 17 07:04:51 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update cpphs to version 1.20.9.1 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:05:40 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cpphs
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -25,7 +25,7 @@ Summary: A liberalised re-implementation of cpp, the C pre-processor
|
||||
License: GPL-2.0-only AND LGPL-2.1-only
|
||||
URL: https://hackage.haskell.org/package/%{name}
|
||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
|
||||
Reference in New Issue
Block a user