Bump deque bound, Update copyright

pull/5/head
Lennart Spitzner 2019-06-08 22:32:12 +02:00
parent 19b458cfce
commit 3429a11ff8
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ license: BSD3
license-file: LICENSE
author: Lennart Spitzner
maintainer: Lennart Spitzner <hexagoxel@hexagoxel.de>
copyright: Copyright (C) 2016-2018 Lennart Spitzner
copyright: Copyright (C) 2016-2019 Lennart Spitzner
category: UI
build-type: Simple
Stability: experimental
@ -50,7 +50,7 @@ library
, extra <1.7
, void <0.8
, bifunctors <5.6
, deque >=0.2.4 && <0.3
, deque >=0.2.4 && <0.5
}
hs-source-dirs: src
default-language: Haskell2010