forked from pool/ghc-case-insensitive
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:
parent
65a8fb96db
commit
ae1a283969
@ -1,6 +1,6 @@
|
|||||||
name: case-insensitive
|
name: case-insensitive
|
||||||
version: 1.2.0.10
|
version: 1.2.0.10
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
cabal-version: >=1.8
|
cabal-version: >=1.8
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
license: BSD3
|
license: BSD3
|
||||||
@ -34,7 +34,7 @@ source-repository head
|
|||||||
|
|
||||||
Library
|
Library
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-depends: base >= 3 && < 4.11
|
build-depends: base >= 3 && < 4.12
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring >= 0.9 && < 0.11
|
||||||
, text >= 0.3 && < 1.3
|
, text >= 0.3 && < 1.3
|
||||||
, deepseq >= 1.1 && < 1.5
|
, deepseq >= 1.1 && < 1.5
|
||||||
@ -50,10 +50,10 @@ test-suite test-case-insensitive
|
|||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
|
|
||||||
build-depends: case-insensitive
|
build-depends: case-insensitive
|
||||||
, base >= 3 && < 4.11
|
, base >= 3 && < 4.12
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring >= 0.9 && < 0.11
|
||||||
, text >= 0.3 && < 1.3
|
, 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 >= 0.2.4 && < 0.9
|
||||||
, test-framework-hunit >= 0.2.4 && < 0.4
|
, test-framework-hunit >= 0.2.4 && < 0.4
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ benchmark bench-case-insensitive
|
|||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -O2
|
||||||
|
|
||||||
build-depends: case-insensitive
|
build-depends: case-insensitive
|
||||||
, base >= 3 && < 4.11
|
, base >= 3 && < 4.12
|
||||||
, bytestring >= 0.9 && < 0.11
|
, bytestring >= 0.9 && < 0.11
|
||||||
, criterion >= 0.6.1 && < 1.4
|
, criterion >= 0.6.1 && < 1.4
|
||||||
, deepseq >= 1.1 && < 1.5
|
, deepseq >= 1.1 && < 1.5
|
||||||
|
@ -26,7 +26,7 @@ License: BSD-3-Clause
|
|||||||
Group: Development/Libraries/Haskell
|
Group: Development/Libraries/Haskell
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
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-Cabal-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-deepseq-devel
|
BuildRequires: ghc-deepseq-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user