From 18120f3e86b52883f8ef445496dfa68b0bb0c924 Mon Sep 17 00:00:00 2001 From: factory-maintainer <> Date: Jun 11 2024 16:38:02 +0000 Subject: Update ghc-unliftio-core to version 0.2.1.0 / rev 15 via SR 1179754 https://build.opensuse.org/request/show/1179754 by user factory-maintainer + anag+factory Automatic submission by obs-autosubmit --- diff --git a/.files b/.files index 33883c5..6624d78 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 2cbba44..dec91b3 100644 --- a/.rev +++ b/.rev @@ -111,4 +111,12 @@ <comment>Automatic submission by obs-autosubmit</comment> <requestid>1124757</requestid> </revision> + <revision rev="15" vrev="3"> + <srcmd5>8acd9b58bd448aabcf114079e9c1f9c1</srcmd5> + <version>0.2.1.0</version> + <time>1718123291</time> + <user>anag+factory</user> + <comment>Automatic submission by obs-autosubmit</comment> + <requestid>1179754</requestid> + </revision> </revisionlist> diff --git a/ghc-unliftio-core.changes b/ghc-unliftio-core.changes index 5e7d74a..27032c3 100644 --- a/ghc-unliftio-core.changes +++ b/ghc-unliftio-core.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sun Jun 2 07:53:28 UTC 2024 - Peter Simons <psimons@suse.com> + +- Update unliftio-core to version 0.2.1.0 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- Thu Nov 2 04:48:52 UTC 2023 - Peter Simons <psimons@suse.com> - Update unliftio-core to version 0.2.1.0 revision 3. diff --git a/ghc-unliftio-core.spec b/ghc-unliftio-core.spec index 6bb669c..58d51a8 100644 --- a/ghc-unliftio-core.spec +++ b/ghc-unliftio-core.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-unliftio-core # -# 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: The MonadUnliftIO typeclass for unlifting monads to IO License: MIT 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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof diff --git a/unliftio-core.cabal b/unliftio-core.cabal index f20e6b1..c587946 100644 --- a/unliftio-core.cabal +++ b/unliftio-core.cabal @@ -6,7 +6,7 @@ cabal-version: 1.12 name: unliftio-core version: 0.2.1.0 -x-revision: 3 +x-revision: 4 synopsis: The MonadUnliftIO typeclass for unlifting monads to IO description: Please see the documentation and README at <https://www.stackage.org/package/unliftio-core> category: Control @@ -29,6 +29,6 @@ library hs-source-dirs: src build-depends: - base >=4.9 && <4.20 - , transformers >=0.2 && <0.7 + base >=4.9 && < 10 + , transformers >=0.2 default-language: Haskell2010