1
0

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
This commit is contained in:
Peter Simons 2019-07-14 01:01:45 +00:00 committed by Git OBS Bridge
parent cdfa48c11f
commit 38922e2559
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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 <https://github.com/commercialhaskell/stack/blob/master/subs/hi-file-parser/README.md>
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