5 Commits

3 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 30 22:59:27 UTC 2024 - Peter Simons <psimons@suse.com>
- Update wizards to version 1.0.3 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Jun 7 16:20:07 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-wizards
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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: High level, generic library for interrogative user interfaces
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/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof

View File

@@ -8,7 +8,7 @@ Name: wizards
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version: 1.0.3
x-revision: 2
x-revision: 3
-- A short (one-line) description of the package.
Synopsis: High level, generic library for interrogative user interfaces
@@ -84,7 +84,7 @@ Library
Extensions: OverlappingInstances
-- Packages needed in order to build this package.
Build-depends: base == 4.*, haskeline >= 0.6 && < 0.9, mtl >= 2.0 && < 2.4, transformers >= 0.1 && < 0.7, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.7
Build-depends: base == 4.*, haskeline >= 0.6 && < 0.9, mtl >= 2.0 && < 2.4, transformers >= 0.1 && < 0.7, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.8
-- Modules not exported by this package.
-- Other-modules: