osc copypac from project:devel:languages:haskell:lts:10 package:ghc-case-insensitive revision:5, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-case-insensitive?expand=0&rev=30
This commit is contained in:
Peter Simons 2018-03-01 02:16:49 +00:00 committed by Git OBS Bridge
parent 26221f28c0
commit e0705bcd05
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
name: case-insensitive
version: 1.2.0.10
x-revision: 1
x-revision: 2
cabal-version: >=1.8
build-type: Simple
license: BSD3
@ -34,7 +34,7 @@ source-repository head
Library
ghc-options: -Wall
build-depends: base >= 3 && < 4.11
build-depends: base >= 3 && < 4.12
, bytestring >= 0.9 && < 0.11
, text >= 0.3 && < 1.3
, deepseq >= 1.1 && < 1.5
@ -50,10 +50,10 @@ test-suite test-case-insensitive
hs-source-dirs: test
build-depends: case-insensitive
, base >= 3 && < 4.11
, base >= 3 && < 4.12
, bytestring >= 0.9 && < 0.11
, text >= 0.3 && < 1.3
, HUnit >= 1.2.2 && < 1.6
, HUnit >= 1.2.2 && < 1.7
, test-framework >= 0.2.4 && < 0.9
, test-framework-hunit >= 0.2.4 && < 0.4
@ -68,7 +68,7 @@ benchmark bench-case-insensitive
ghc-options: -Wall -O2
build-depends: case-insensitive
, base >= 3 && < 4.11
, base >= 3 && < 4.12
, bytestring >= 0.9 && < 0.11
, criterion >= 0.6.1 && < 1.4
, deepseq >= 1.1 && < 1.5

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-bytestring-devel
BuildRequires: ghc-deepseq-devel