Bump deque bound, Update copyright
parent
19b458cfce
commit
3429a11ff8
|
@ -6,7 +6,7 @@ license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Lennart Spitzner
|
author: Lennart Spitzner
|
||||||
maintainer: Lennart Spitzner <hexagoxel@hexagoxel.de>
|
maintainer: Lennart Spitzner <hexagoxel@hexagoxel.de>
|
||||||
copyright: Copyright (C) 2016-2018 Lennart Spitzner
|
copyright: Copyright (C) 2016-2019 Lennart Spitzner
|
||||||
category: UI
|
category: UI
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
Stability: experimental
|
Stability: experimental
|
||||||
|
@ -50,7 +50,7 @@ library
|
||||||
, extra <1.7
|
, extra <1.7
|
||||||
, void <0.8
|
, void <0.8
|
||||||
, bifunctors <5.6
|
, bifunctors <5.6
|
||||||
, deque >=0.2.4 && <0.3
|
, deque >=0.2.4 && <0.5
|
||||||
}
|
}
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
Loading…
Reference in New Issue