forked from pool/ghc-lucid
Accepting request 1218563 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1218563 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-lucid?expand=0&rev=13
This commit is contained in:
commit
8255af4877
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 19 08:06:09 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update lucid to version 2.11.20230408 revision 2.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 29 16:08:49 UTC 2023 - Peter Simons <psimons@suse.com>
|
Sun Oct 29 16:08:49 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-lucid
|
# spec file for package ghc-lucid
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@ Summary: Clear to write, read and edit DSL for HTML
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: lucid
|
name: lucid
|
||||||
version: 2.11.20230408
|
version: 2.11.20230408
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
synopsis: Clear to write, read and edit DSL for HTML
|
synopsis: Clear to write, read and edit DSL for HTML
|
||||||
description:
|
description:
|
||||||
Clear to write, read and edit DSL for HTML.
|
Clear to write, read and edit DSL for HTML.
|
||||||
@ -22,7 +22,7 @@ category: Web
|
|||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
extra-source-files: README.md, CHANGELOG.md
|
extra-source-files: README.md, CHANGELOG.md
|
||||||
tested-with: GHC==7.10.3,GHC==8.0.2,GHC==8.2.2,GHC==8.4.4,GHC==8.6.5,GHC==8.8.4,GHC==8.10.7,GHC==9.0.1,GHC==9.2.1, GHC==9.4.1, GHC==9.8
|
tested-with: GHC==7.10.3,GHC==8.0.2,GHC==8.2.2,GHC==8.4.4,GHC==8.6.5,GHC==8.8.4,GHC==8.10.7,GHC==9.0.1,GHC==9.2.1, GHC==9.4.1, GHC==9.8, GHC==9.10
|
||||||
|
|
||||||
library
|
library
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
@ -34,7 +34,7 @@ library
|
|||||||
Lucid.Bootstrap
|
Lucid.Bootstrap
|
||||||
|
|
||||||
-- GHC boot libraries
|
-- GHC boot libraries
|
||||||
build-depends: base >=4.8 && <4.20
|
build-depends: base >=4.8 && <4.21
|
||||||
, bytestring >=0.10.6.0
|
, bytestring >=0.10.6.0
|
||||||
, containers >=0.5.6.2
|
, containers >=0.5.6.2
|
||||||
, transformers >=0.4.2.0
|
, transformers >=0.4.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user