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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
hikaru
Commits
78b581fe
Verified
Commit
78b581fe
authored
6 years ago
by
jan.hamal.dvorak
Browse files
Options
Downloads
Patches
Plain Diff
Drop some unnecessary extensions
Signed-off-by:
Jan Hamal Dvořák
<
mordae@anilinux.org
>
parent
5df3fd9d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
hikaru.cabal
+2
-2
2 additions, 2 deletions
hikaru.cabal
package.yaml
+0
-7
0 additions, 7 deletions
package.yaml
with
2 additions
and
9 deletions
hikaru.cabal
+
2
−
2
View file @
78b581fe
...
...
@@ -2,7 +2,7 @@
--
-- see: https://github.com/sol/hpack
--
-- hash:
080de386f6ba22ecc810a0d7c402cafe3f478f868743a1
cf
4
d0
32526533ec874
-- hash:
5bd2ef2d8b30262b78d08a75820ec302544ee4dceca00d3
cf
5
d0
89adaae96b1f
name: hikaru
version: 0.1.0.0
...
...
@@ -42,7 +42,7 @@ library
Paths_hikaru
hs-source-dirs:
lib
default-extensions: BlockArguments D
ataKinds DefaultSignatures DeriveGeneric DuplicateRecordFields FlexibleContexts
FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude OverloadedStrings
QuasiQuotes
RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving
TupleSections TypeFamilies
default-extensions: BlockArguments D
eriveGeneric
FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving
ghc-options: -Wall -Wcompat
build-depends:
aeson >=1.4 && <1.5
...
...
This diff is collapsed.
Click to expand it.
package.yaml
+
0
−
7
View file @
78b581fe
...
...
@@ -24,11 +24,7 @@ extra-source-files: README.md
ghc-options
:
-Wall -Wcompat
default-extensions
:
-
BlockArguments
-
DataKinds
-
DefaultSignatures
-
DeriveGeneric
-
DuplicateRecordFields
-
FlexibleContexts
-
FlexibleInstances
-
GeneralizedNewtypeDeriving
-
LambdaCase
...
...
@@ -36,13 +32,10 @@ default-extensions:
-
NamedFieldPuns
-
NoImplicitPrelude
-
OverloadedStrings
-
QuasiQuotes
-
RankNTypes
-
RecordWildCards
-
ScopedTypeVariables
-
StandaloneDeriving
-
TupleSections
-
TypeFamilies
dependencies
:
-
aeson >= 1.4 && <1.5
...
...
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