Fix -cassava version bound
This commit is contained in:
parent
9cea7902df
commit
9c35e21fd1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: servant-cassava
|
||||
version: 0.4.4.2
|
||||
version: 0.4.4.5
|
||||
synopsis: Servant CSV content-type for cassava
|
||||
-- description:
|
||||
homepage: http://haskell-servant.github.io/
|
||||
|
@ -22,7 +22,7 @@ library
|
|||
-- other-extensions:
|
||||
build-depends: base >=4.6 && <5
|
||||
, cassava >0.4 && <0.5
|
||||
, servant ==0.5.*
|
||||
, servant == 0.4.*
|
||||
, http-media
|
||||
, vector
|
||||
hs-source-dirs: src
|
||||
|
|
Loading…
Reference in a new issue