Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hikaru
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
hikaru
Commits
68557dc2
Verified
Commit
68557dc2
authored
5 years ago
by
jan.hamal.dvorak
Browse files
Options
Downloads
Patches
Plain Diff
Bump dependency versions
Signed-off-by:
Jan Hamal Dvořák
<
mordae@anilinux.org
>
parent
f052993e
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
hikaru.cabal
+4
-4
4 additions, 4 deletions
hikaru.cabal
lib/Hikaru/Action.hs
+0
-1
0 additions, 1 deletion
lib/Hikaru/Action.hs
package.yaml
+3
-3
3 additions, 3 deletions
package.yaml
with
7 additions
and
8 deletions
hikaru.cabal
+
4
−
4
View file @
68557dc2
...
@@ -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.1
2
&& <4.1
3
, base >=4.1
3
&& <4.1
4
, 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.2
5
&& <0.2
6
, cryptonite >=0.2
6
&& <0.2
7
, 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
This diff is collapsed.
Click to expand it.
lib/Hikaru/Action.hs
+
0
−
1
View file @
68557dc2
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
package.yaml
+
3
−
3
View file @
68557dc2
...
@@ -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.1
2
&& <4.1
3
-
base >= 4.1
3
&& <4.1
4
-
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.2
5
&& <0.2
6
-
cryptonite >= 0.2
6
&& <0.2
7
-
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment