Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,9 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-lucid
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# 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
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: lucid
|
||||
version: 2.11.20230408
|
||||
x-revision: 2
|
||||
x-revision: 1
|
||||
synopsis: Clear to write, read and edit DSL for HTML
|
||||
description:
|
||||
Clear to write, read and edit DSL for HTML.
|
||||
@ -22,7 +22,7 @@ category: Web
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
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, GHC==9.10
|
||||
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
|
||||
|
||||
library
|
||||
default-language: Haskell2010
|
||||
@ -34,7 +34,7 @@ library
|
||||
Lucid.Bootstrap
|
||||
|
||||
-- GHC boot libraries
|
||||
build-depends: base >=4.8 && <4.21
|
||||
build-depends: base >=4.8 && <4.20
|
||||
, bytestring >=0.10.6.0
|
||||
, containers >=0.5.6.2
|
||||
, transformers >=0.4.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user