mirror of
https://github.com/aelve/guide.git
synced 2025-01-05 12:16:28 +03:00
Updated the cabal file for guide with index-project library
This commit is contained in:
parent
5bd1629a0d
commit
c505eb19d6
@ -63,4 +63,4 @@ extra-package-dbs: []
|
|||||||
# extra-lib-dirs: [/path/to/dir]
|
# extra-lib-dirs: [/path/to/dir]
|
||||||
#
|
#
|
||||||
# Allow a newer minor version of GHC than the snapshot specifies
|
# Allow a newer minor version of GHC than the snapshot specifies
|
||||||
# compiler-check: newer-minor
|
# compiler-check: newer-minor
|
||||||
|
@ -111,6 +111,7 @@ library
|
|||||||
, http-types
|
, http-types
|
||||||
, hvect
|
, hvect
|
||||||
, ilist
|
, ilist
|
||||||
|
, index-project
|
||||||
, iproute == 1.7.*
|
, iproute == 1.7.*
|
||||||
, lucid >= 2.9.5 && < 3
|
, lucid >= 2.9.5 && < 3
|
||||||
, megaparsec == 5.*
|
, megaparsec == 5.*
|
||||||
@ -145,6 +146,7 @@ library
|
|||||||
, wai-middleware-static
|
, wai-middleware-static
|
||||||
, xml
|
, xml
|
||||||
, xss-sanitize
|
, xss-sanitize
|
||||||
|
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind
|
ghc-options: -Wall -fno-warn-unused-do-bind
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
@ -6,6 +6,7 @@ packages:
|
|||||||
git: https://github.com/aelve/stache-plus
|
git: https://github.com/aelve/stache-plus
|
||||||
commit: 789aeabbf8069dec80647160f127d047e8f5a330
|
commit: 789aeabbf8069dec80647160f127d047e8f5a330
|
||||||
extra-dep: true
|
extra-dep: true
|
||||||
|
- location: 'REPL'
|
||||||
|
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- cmark-sections-0.1.0.3
|
- cmark-sections-0.1.0.3
|
||||||
|
Loading…
Reference in New Issue
Block a user