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/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: servant-cassava
|
name: servant-cassava
|
||||||
version: 0.4.4.2
|
version: 0.4.4.5
|
||||||
synopsis: Servant CSV content-type for cassava
|
synopsis: Servant CSV content-type for cassava
|
||||||
-- description:
|
-- description:
|
||||||
homepage: http://haskell-servant.github.io/
|
homepage: http://haskell-servant.github.io/
|
||||||
|
@ -22,7 +22,7 @@ library
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base >=4.6 && <5
|
build-depends: base >=4.6 && <5
|
||||||
, cassava >0.4 && <0.5
|
, cassava >0.4 && <0.5
|
||||||
, servant ==0.5.*
|
, servant == 0.4.*
|
||||||
, http-media
|
, http-media
|
||||||
, vector
|
, vector
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
|
|
Loading…
Reference in a new issue