Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pelikán
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
Pelikán
Commits
84af6404
Commit
84af6404
authored
3 years ago
by
jan.hamal.dvorak
Browse files
Options
Downloads
Patches
Plain Diff
Use GHC2021
Signed-off-by:
Jan Hamal Dvořák
<
mordae@anilinux.org
>
parent
c3f36a01
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pelican.cabal
+52
-96
52 additions, 96 deletions
pelican.cabal
with
52 additions
and
96 deletions
pelican.cabal
+
52
−
96
View file @
84af6404
cabal-version: 3.0
name: pelican
version: 0.1.0.0
homepage: https://gitlab.pirati.cz/to/pelican
bug-reports: https://gitlab.pirati.cz/to/pelican/issues
license: AGPL-3.0-or-later
license-file: LICENSE.md
copyright: Piráti
maintainer: jan.hamal.dvorak@pirati.cz
author: Jan Hamal Dvořák
homepage: https://gitlab.pirati.cz/to/pelican
bug-reports: https://gitlab.pirati.cz/to/pelican/issues
synopsis: Wards against evils of mis-billed short messages
--description:
category: Application
build-type: Simple
extra-source-files: README.md
data-files:
static/favicon.ico
sql/*.sql
extra-source-files: README.md
source-repository head
type: git
location: https://gitlab.pirati.cz/to/pelican
common common
default-language: Haskell2010
default-extensions:
BlockArguments
DataKinds
DeriveGeneric
DuplicateRecordFields
FlexibleContexts
FlexibleInstances
GeneralizedNewtypeDeriving
LambdaCase
MultiParamTypeClasses
NamedFieldPuns
NoImplicitPrelude
NumericUnderscores
OverloadedStrings
ParallelListComp
QuasiQuotes
Rank2Types
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeFamilies
UndecidableInstances
ghc-options:
-Wall
-Wcompat
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Widentities
-Wredundant-constraints
build-depends:
, aeson >=1.4 && <1.6
, aweg >=0.1 && <0.2
, base >=4.13 && <4.16
, bytestring >=0.10 && <0.12
, fast-logger >=3.0 && <3.1
, hikaru >=0.2 && <0.3
, http-types >=0.12 && <0.13
, lucid >=2.9 && <2.10
, mtl >=2.2 && <2.3
, postgresql-simple >=0.6 && <0.7
, praha >=0.1 && <0.2
, praha-config >=0.1 && <0.2
, praha-logger >=0.1 && <0.2
, praha-migrate >=0.1 && <0.2
, text >=1.2 && <1.3
, time >=1.9 && <1.12
, unliftio >=0.2 && <0.3
, unliftio-pool >=0.2 && <0.3
, uuid >=1.3 && <1.4
, vector >=0.12 && <0.13
, wai >=3.2 && <3.3
, wai-extra >=3.0 && <3.2
, wai-middleware-static >=0.9 && <0.10
, warp >=3.3 && <3.4
executable pelican
import: common
main-is: Main.hs
hs-source-dirs: src
other-modules:
Paths_pelican
Pelican.Action
...
...
@@ -111,16 +42,41 @@ executable pelican
Pelican.Site
Pelican.Types
hs-source-dirs: src
main-is: Main.hs
default-language: GHC2021
default-extensions:
BlockArguments DataKinds DuplicateRecordFields
GeneralizedNewtypeDeriving LambdaCase NoImplicitPrelude
OverloadedStrings ParallelListComp QuasiQuotes Rank2Types
RecordWildCards TemplateHaskell TypeFamilies UndecidableInstances
ghc-options:
-Wunused-packages
-threaded
-rtsopts
"-with-rtsopts=-N -c"
-Wall -Wcompat -Wincomplete-uni-patterns
-Wincomplete-record-updates -Widentities -Wredundant-constraints
-Wunused-packages -threaded -rtsopts "-with-rtsopts=-N -c"
build-depends:
, optparse-applicative >=0.16 && <0.17
-- EOF
aeson >=1.4 && <1.6,
aweg >=0.1 && <0.2,
base >=4.13 && <4.16,
bytestring >=0.10 && <0.12,
fast-logger >=3.0 && <3.1,
hikaru >=0.2 && <0.3,
http-types >=0.12 && <0.13,
lucid >=2.9 && <2.10,
mtl >=2.2 && <2.3,
postgresql-simple >=0.6 && <0.7,
praha >=0.1 && <0.2,
praha-config >=0.1 && <0.2,
praha-logger >=0.1 && <0.2,
praha-migrate >=0.1 && <0.2,
text >=1.2 && <1.3,
time >=1.9 && <1.12,
unliftio >=0.2 && <0.3,
unliftio-pool >=0.2 && <0.3,
uuid >=1.3 && <1.4,
vector >=0.12 && <0.13,
wai >=3.2 && <3.3,
wai-extra >=3.0 && <3.2,
wai-middleware-static >=0.9 && <0.10,
warp >=3.3 && <3.4,
optparse-applicative >=0.16 && <0.17
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