Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
6c0b0306
Unverified
Commit
6c0b0306
authored
Feb 28, 2021
by
Alejandro Serrano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support for GHC 8.10
parent
e07b198f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
72 additions
and
1 deletion
+72
-1
Singletons.hs
...askell-widgets/src/IHaskell/Display/Widgets/Singletons.hs
+4
-0
stack-8.8.yaml
stack-8.8.yaml
+55
-0
stack.yaml
stack.yaml
+13
-1
No files found.
ihaskell-display/ihaskell-widgets/src/IHaskell/Display/Widgets/Singletons.hs
View file @
6c0b0306
{-# LANGUAGE CPP #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE PolyKinds #-}
...
@@ -11,6 +12,9 @@
...
@@ -11,6 +12,9 @@
{-# LANGUAGE EmptyCase #-}
{-# LANGUAGE EmptyCase #-}
{-# LANGUAGE CPP #-}
{-# LANGUAGE CPP #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeApplications #-}
#
if
__GLASGOW_HASKELL__
>=
810
{-# LANGUAGE StandaloneKindSignatures #-}
#
endif
module
IHaskell.Display.Widgets.Singletons
where
module
IHaskell.Display.Widgets.Singletons
where
...
...
stack-8.8.yaml
0 → 100644
View file @
6c0b0306
resolver
:
lts-16.23
flags
:
{}
packages
:
-
.
-
./ipython-kernel
-
./ghc-parser
-
./ihaskell-display/ihaskell-aeson
-
./ihaskell-display/ihaskell-blaze
-
./ihaskell-display/ihaskell-charts
-
./ihaskell-display/ihaskell-diagrams
-
./ihaskell-display/ihaskell-gnuplot
-
./ihaskell-display/ihaskell-hatex
-
./ihaskell-display/ihaskell-juicypixels
-
./ihaskell-display/ihaskell-magic
-
./ihaskell-display/ihaskell-plot
# - ./ihaskell-display/ihaskell-static-canvas
-
./ihaskell-display/ihaskell-widgets
extra-deps
:
-
Chart-cairo-1.9.3
-
diagrams-cairo-1.4.1.1
-
cairo-0.13.8.1
-
pango-0.13.8.1
-
glib-0.13.8.1
-
gtk2hs-buildtools-0.13.8.0
-
magic-1.1
-
plot-0.2.3.11
# - static-canvas-0.2.0.3
-
vinyl-0.13.0
ghc-options
:
# Eventually we want "$locals": -Wall -Wpartial-fields -Werror
# ghc-parser: -Wall -Wpartial-fields -Werror
# ihaskell: -Wall -Wpartial-fields -Werror
# ihaskell-widgets: -Wall -Wpartial-fields -Werror
docker
:
repo
:
"
ihaskell-dev:latest"
enable
:
false
nix
:
enable
:
false
packages
:
-
blas
-
cairo
-
file
-
gcc
-
gfortran.cc.lib
-
liblapack
-
ncurses
-
pango
-
pkgconfig
-
zeromq
-
zlib
\ No newline at end of file
stack.yaml
View file @
6c0b0306
resolver
:
lts-16.23
resolver
:
lts-17.4
allow-newer
:
true
flags
:
{}
flags
:
{}
packages
:
packages
:
...
@@ -18,8 +19,14 @@ packages:
...
@@ -18,8 +19,14 @@ packages:
-
./ihaskell-display/ihaskell-widgets
-
./ihaskell-display/ihaskell-widgets
extra-deps
:
extra-deps
:
-
active-0.2.0.14
-
Chart-cairo-1.9.3
-
Chart-cairo-1.9.3
-
diagrams-1.4
-
diagrams-cairo-1.4.1.1
-
diagrams-cairo-1.4.1.1
-
diagrams-contrib-1.4.4
-
diagrams-core-1.4.2
-
diagrams-lib-1.4.3
-
diagrams-svg-1.4.3
-
cairo-0.13.8.1
-
cairo-0.13.8.1
-
pango-0.13.8.1
-
pango-0.13.8.1
-
glib-0.13.8.1
-
glib-0.13.8.1
...
@@ -27,7 +34,12 @@ extra-deps:
...
@@ -27,7 +34,12 @@ extra-deps:
-
magic-1.1
-
magic-1.1
-
plot-0.2.3.11
-
plot-0.2.3.11
# - static-canvas-0.2.0.3
# - static-canvas-0.2.0.3
-
statestack-0.3
-
vinyl-0.13.0
-
vinyl-0.13.0
-
dual-tree-0.2.2.1
-
monoid-extras-0.5.1
-
svg-builder-0.1.1
-
force-layout-0.4.0.6
ghc-options
:
ghc-options
:
# Eventually we want "$locals": -Wall -Wpartial-fields -Werror
# Eventually we want "$locals": -Wall -Wpartial-fields -Werror
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment