From 38922e2559c8e22306b7030dbc521049c0e33b435acc2076de52641d2e3383b0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 14 Jul 2019 01:01:45 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-hi-file-parser revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hi-file-parser?expand=0&rev=3 --- ghc-hi-file-parser.spec | 2 +- hi-file-parser.cabal | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ghc-hi-file-parser.spec b/ghc-hi-file-parser.spec index afa3ef8..127bc6d 100644 --- a/ghc-hi-file-parser.spec +++ b/ghc-hi-file-parser.spec @@ -26,7 +26,7 @@ License: BSD-3-Clause Group: Development/Libraries/Haskell 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/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-binary-devel BuildRequires: ghc-bytestring-devel diff --git a/hi-file-parser.cabal b/hi-file-parser.cabal index 098cf95..100c123 100644 --- a/hi-file-parser.cabal +++ b/hi-file-parser.cabal @@ -8,7 +8,7 @@ cabal-version: 1.12 name: hi-file-parser version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Parser for GHC's hi files description: Please see the README on Github at category: Development @@ -47,10 +47,10 @@ library ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.10 && <5 - , binary (>=0.8.5.1 && <0.9) || (>=0.8.6.0 && <0.9) - , bytestring >=0.10.8.2 && <0.11 - , rio >=0.1.9.2 && <0.2 - , vector (>=0.12.0.1 && <0.13) || (>=0.12.0.2 && <0.13) || (>=0.12.0.3 && <0.13) + , binary >=0.8.5.1 + , bytestring >=0.10.8.2 + , rio >=0.1.9.2 + , vector >=0.12.0.1 default-language: Haskell2010 test-suite hi-file-parser-test @@ -64,10 +64,10 @@ test-suite hi-file-parser-test ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.10 && <5 - , binary (>=0.8.5.1 && <0.9) || (>=0.8.6.0 && <0.9) - , bytestring >=0.10.8.2 && <0.11 + , binary >=0.8.5.1 + , bytestring >=0.10.8.2 , hi-file-parser - , hspec (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && <2.8) - , rio >=0.1.9.2 && <0.2 - , vector (>=0.12.0.1 && <0.13) || (>=0.12.0.2 && <0.13) || (>=0.12.0.3 && <0.13) + , hspec >=2.4.8 + , rio >=0.1.9.2 + , vector >=0.12.0.1 default-language: Haskell2010