revise .cabal
This commit is contained in:
parent
f068a042e7
commit
48e8f518f2
@ -2,7 +2,7 @@ cabal-version: 1.12
|
||||
build-type: Simple
|
||||
name: hslogger
|
||||
version: 1.3.1.0
|
||||
x-revision: 3
|
||||
x-revision: 5
|
||||
|
||||
maintainer: hvr@gnu.org
|
||||
author: John Goerzen
|
||||
@ -65,11 +65,11 @@ library
|
||||
other-extensions: CPP ExistentialQuantification DeriveDataTypeable
|
||||
|
||||
build-depends:
|
||||
base >= 4.3 && < 4.16
|
||||
base >= 4.3 && < 4.17
|
||||
, bytestring >= 0.9 && < 0.12
|
||||
, containers >= 0.4 && < 0.7
|
||||
, deepseq >= 1.1 && < 1.5
|
||||
, time >= 1.2 && < 1.10
|
||||
, time >= 1.2 && < 1.13
|
||||
, old-locale >= 1.0 && < 1.1
|
||||
|
||||
if flag(network--GT-3_0_0)
|
||||
|
Loading…
Reference in New Issue
Block a user