Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blog
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
Container Registry
Model registry
Operate
Environments
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
Eduardo Trujillo
blog
Commits
54c0fe30
Commit
54c0fe30
authored
7 years ago
by
Eduardo Trujillo
Browse files
Options
Downloads
Patches
Plain Diff
chore(package): Use sol/hpack
parent
fe20e83e
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
blog.cabal
+58
-51
58 additions, 51 deletions
blog.cabal
package.yaml
+49
-0
49 additions, 0 deletions
package.yaml
with
107 additions
and
51 deletions
blog.cabal
+
58
−
51
View file @
54c0fe30
name: blog
version: 0.1.0.0
synopsis: Chromabits blog generator and server
description: Please see README.md
homepage: https://chromabits.com
license: MIT
license-file: LICENSE
author: Eduardo Trujillo
maintainer: ed@chromabits.com
copyright: 2015-2016 Eduardo Trujillo
category: Web
build-type: Simple
cabal-version: >=1.10
-- This file has been generated from package.yaml by hpack version 0.17.1.
--
-- see: https://github.com/sol/hpack
name: blog
version: 0.2.0.0
synopsis: Chromabits blog generator and server
description: Please see README.md
homepage: https://chromabits.com
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
author: Eduardo Trujillo <ed@chromabits.com>
copyright: 2015-2017 Eduardo Trujillo
category: Web
executable blog
main-is: site.hs
hs-source-dirs: app
default-language: Haskell2010
ghc-options: -threaded
build-depends: base == 4.*,
lens,
hakyll == 4.9.*,
kawaii,
filepath == 1.4.*,
split == 0.2.*,
random,
transformers,
containers == 0.5.*,
pandoc == 1.*,
skylighting,
unordered-containers,
aeson,
text,
data-default,
hsass == 0.5.*
main-is: site.hs
hs-source-dirs:
app
ghc-options: -threaded
build-depends:
base >= 4.9
, lens
, text
, kawaii
, data-default
, containers == 0.5.*
, hakyll == 4.9.*
, filepath == 1.4.*
, split == 0.2.*
, random
, transformers
, pandoc == 1.*
, skylighting
, unordered-containers
, aeson
, hsass == 0.5.*
default-language: Haskell2010
executable server
main-is: server.hs
hs-source-dirs: app
default-language: Haskell2010
ghc-options: -threaded
build-depends: base == 4.*,
safe == 0.3.*,
text,
lens,
bytestring == 0.10.*,
kawaii,
warp == 3.*,
warp-tls == 3.*,
wai == 3.*,
wai-extra >= 3.0.14,
wai-app-static == 3.*,
streaming-commons == 0.1.*,
containers,
data-default
main-is: server.hs
hs-source-dirs:
app
ghc-options: -threaded
build-depends:
base >= 4.9
, lens
, text
, kawaii
, data-default
, containers == 0.5.*
, safe == 0.3.*
, bytestring == 0.10.*
, warp == 3.*
, warp-tls == 3.*
, wai == 3.*
, wai-extra >= 3.0.14
, wai-app-static == 3.*
, streaming-commons == 0.1.*
default-language: Haskell2010
This diff is collapsed.
Click to expand it.
package.yaml
0 → 100644
+
49
−
0
View file @
54c0fe30
name
:
blog
version
:
0.2.0.0
synopsis
:
Chromabits blog generator and server
description
:
Please see README.md
homepage
:
https://chromabits.com
license
:
MIT
author
:
Eduardo Trujillo <ed@chromabits.com>
copyright
:
2015-2017 Eduardo Trujillo
category
:
Web
ghc-options
:
-threaded
dependencies
:
-
base >=
4.9
-
lens
-
text
-
kawaii
-
data-default
-
containers == 0.5.*
executables
:
blog
:
main
:
site.hs
source-dirs
:
-
app
dependencies
:
-
hakyll == 4.9.*
-
filepath == 1.4.*
-
split == 0.2.*
-
random
-
transformers
-
pandoc == 1.*
-
skylighting
-
unordered-containers
-
aeson
-
hsass == 0.5.*
server
:
main
:
server.hs
source-dirs
:
-
app
dependencies
:
-
safe == 0.3.*
-
bytestring == 0.10.*
-
warp == 3.*
-
warp-tls == 3.*
-
wai == 3.*
-
wai-extra >= 3.0.14
-
wai-app-static == 3.*
-
streaming-commons == 0.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