-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Description
The following entries have a .cabal
but no package.json
file in 01-index:
aivika-transformers/5.3.1/aivika-transformers-5.3.1.tar.gz
amazonka-codedeploy/1.4.0/amazonka-codedeploy-1.4.0.tar.gz
amazonka-config/1.3.5/amazonka-config-1.3.5.tar.gz
amazonka-importexport/1.3.7/amazonka-importexport-1.3.7.tar.gz
amazonka-importexport/1.4.0/amazonka-importexport-1.4.0.tar.gz
amazonka-s3/1.3.6/amazonka-s3-1.3.6.tar.gz
amazonka-sdb/1.4.0/amazonka-sdb-1.4.0.tar.gz
eventloop/0.5.0.0/eventloop-0.5.0.0.tar.gz
gi-gdkpixbuf/0.2.31.12/gi-gdkpixbuf-0.2.31.12.tar.gz
gi-gio/0.2.46.13/gi-gio-0.2.46.13.tar.gz
gi-girepository/0.1.44.12/gi-girepository-0.1.44.12.tar.gz
glue-ekg/0.4.4/glue-ekg-0.4.4.tar.gz
gnuidn/0.2.2/gnuidn-0.2.2.tar.gz
gogol-admin-reports/0.2.0/gogol-admin-reports-0.2.0.tar.gz
gogol-autoscaler/0.0.1/gogol-autoscaler-0.0.1.tar.gz
hops/0.4.0/hops-0.4.0.tar.gz
hprotoc/2.1.11/hprotoc-2.1.11.tar.gz
hzaif/0.1.0.0/hzaif-0.1.0.0.tar.gz
llvm-hs/llvm-hs-5.1.1/llvm-hs-5.1.1.tar.gz
repa-io/3.4.0.2/repa-io-3.4.0.2.tar.gz
wai-middleware-prometheus/0.2.0/wai-middleware-prometheus-0.2.0.tar.gz
EDIT: I believe to have figured out why this occurs (and to confirm that theory I'm quite confdident in, I've put in place additional logging as per 4af31a5), and after consulting with Duncan the suggested plan forward is to refactor hackage's hook interface to allow to write package.json + .cabal file in a single transaction.
EDIT2: This issue is resolved at last