mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Include Hoogle 5 via Git repo (does not compile)
This commit is contained in:
parent
7cf7ed1e99
commit
e54b3f80a6
@ -1,4 +1,10 @@
|
||||
resolver: lts-5.15
|
||||
packages:
|
||||
- .
|
||||
- location:
|
||||
git: https://github.com/ndmitchell/hoogle.git
|
||||
commit: 779e04ed20a556bbb92789815ea60068fe188891
|
||||
extra-dep: true
|
||||
image:
|
||||
container:
|
||||
name: fpco/stackage-server
|
||||
|
||||
@ -158,7 +158,7 @@ library
|
||||
, haddock-library >= 1.2.0 && < 1.3
|
||||
, async >= 2.1 && < 2.2
|
||||
, yesod-gitrepo >= 0.2 && < 0.3
|
||||
, hoogle >= 4.2 && < 4.3
|
||||
, hoogle
|
||||
, spoon >= 0.3 && < 0.4
|
||||
, deepseq >= 1.4 && < 1.5
|
||||
, deepseq-generics >= 0.1 && < 0.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user