Skip to content
Snippets Groups Projects
Verified Commit 68557dc2 authored by jan.hamal.dvorak's avatar jan.hamal.dvorak
Browse files

Bump dependency versions

parent f052993e
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ cabal-version: 1.12 ...@@ -4,7 +4,7 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 909aa9806ed1dc9c21215c17ba94cb4e184959ac38e8f35cef2091f7639d4f52 -- hash: c3d7457dca96378df357bb52bd4eb8bf006764d262483124af6a580c32a228b7
name: hikaru name: hikaru
version: 0.1.0.0 version: 0.1.0.0
...@@ -51,14 +51,14 @@ library ...@@ -51,14 +51,14 @@ library
ghc-options: -Wall -Wcompat ghc-options: -Wall -Wcompat
build-depends: build-depends:
aeson >=1.4 && <1.5 aeson >=1.4 && <1.5
, base >=4.12 && <4.13 , base >=4.13 && <4.14
, base-prelude >=1.3 && <1.4 , base-prelude >=1.3 && <1.4
, binary >=0.8 && <0.9 , binary >=0.8 && <0.9
, bytestring >=0.10 && <0.11 , bytestring >=0.10 && <0.11
, case-insensitive >=1.2 && <1.3 , case-insensitive >=1.2 && <1.3
, containers >=0.6 && <0.7 , containers >=0.6 && <0.7
, cookie >=0.4 && <0.5 , cookie >=0.4 && <0.5
, cryptonite >=0.25 && <0.26 , cryptonite >=0.26 && <0.27
, http-types >=0.12 && <0.13 , http-types >=0.12 && <0.13
, lucid >=2.9 && <2.10 , lucid >=2.9 && <2.10
, mtl >=2.2 && <2.3 , mtl >=2.2 && <2.3
...@@ -66,7 +66,7 @@ library ...@@ -66,7 +66,7 @@ library
, string-conversions >=0.4 && <0.5 , string-conversions >=0.4 && <0.5
, text >=1.2 && <1.3 , text >=1.2 && <1.3
, text-icu >=0.7 && <0.8 , text-icu >=0.7 && <0.8
, time >=1.8 && <1.9 , time >=1.9 && <1.10
, wai >=3.2 && <3.3 , wai >=3.2 && <3.3
, wai-extra >=3.0 && <3.1 , wai-extra >=3.0 && <3.1
default-language: Haskell2010 default-language: Haskell2010
...@@ -113,7 +113,6 @@ where ...@@ -113,7 +113,6 @@ where
import Network.HTTP.Types.Method import Network.HTTP.Types.Method
import Network.HTTP.Types.Status import Network.HTTP.Types.Status
import Network.Wai import Network.Wai
import Network.Wai.Internal (getRequestBodyChunk)
import Network.Wai.Parse import Network.Wai.Parse
import Web.Cookie import Web.Cookie
import Hikaru.Media import Hikaru.Media
......
...@@ -40,14 +40,14 @@ default-extensions: ...@@ -40,14 +40,14 @@ default-extensions:
dependencies: dependencies:
- aeson >= 1.4 && <1.5 - aeson >= 1.4 && <1.5
- base >= 4.12 && <4.13 - base >= 4.13 && <4.14
- base-prelude >= 1.3 && <1.4 - base-prelude >= 1.3 && <1.4
- binary >= 0.8 && <0.9 - binary >= 0.8 && <0.9
- bytestring >= 0.10 && <0.11 - bytestring >= 0.10 && <0.11
- case-insensitive >= 1.2 && <1.3 - case-insensitive >= 1.2 && <1.3
- containers >= 0.6 && <0.7 - containers >= 0.6 && <0.7
- cookie >= 0.4 && <0.5 - cookie >= 0.4 && <0.5
- cryptonite >= 0.25 && <0.26 - cryptonite >= 0.26 && <0.27
- http-types >= 0.12 && <0.13 - http-types >= 0.12 && <0.13
- lucid >= 2.9 && <2.10 - lucid >= 2.9 && <2.10
- mtl >= 2.2 && <2.3 - mtl >= 2.2 && <2.3
...@@ -55,7 +55,7 @@ dependencies: ...@@ -55,7 +55,7 @@ dependencies:
- string-conversions >= 0.4 && <0.5 - string-conversions >= 0.4 && <0.5
- text >= 1.2 && <1.3 - text >= 1.2 && <1.3
- text-icu >= 0.7 && <0.8 - text-icu >= 0.7 && <0.8
- time >= 1.8 && <1.9 - time >= 1.9 && <1.10
- wai >= 3.2 && <3.3 - wai >= 3.2 && <3.3
- wai-extra >= 3.0 && <3.1 - wai-extra >= 3.0 && <3.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment