SHA256
1
0
forked from pool/ghc-HTTP

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-HTTP revision:20, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HTTP?expand=0&rev=100
This commit is contained in:
2021-01-08 10:06:10 +00:00
committed by Git OBS Bridge
parent 9654dc5c53
commit 98084fa321
3 changed files with 10 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
Name: HTTP
Version: 4000.3.15
x-revision: 1
x-revision: 2
Cabal-Version: >= 1.10
Build-type: Simple
License: BSD3
@@ -111,7 +111,7 @@ Library
-- note the test harness constraints should be kept in sync with these
-- where dependencies are shared
Build-depends: base >= 4.3.0.0 && < 4.15, parsec >= 2.0 && < 3.2
Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.11
Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.12
Build-depends: time >= 1.1.2.3 && < 1.11
default-language: Haskell98
@@ -153,7 +153,7 @@ Test-Suite test
HUnit >= 1.2.0.1 && < 1.7,
httpd-shed >= 0.4 && < 0.5,
mtl >= 1.1.1.0 && < 2.3,
bytestring >= 0.9.1.5 && < 0.11,
bytestring >= 0.9.1.5 && < 0.12,
deepseq >= 1.3.0.0 && < 1.5,
pureMD5 >= 0.2.4 && < 2.2,
base >= 4.3.0.0 && < 4.15,