You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obtaining a package name and version by filename is ok, see https://github.com/haskell/hackage-security/blob/9a5f2d16fc145cbd488c48ab9d177bc3192e303c/hackage-repo-tool/src/Main.hs#L575-L586
37
-
38
-
*Note:* one could rewrite https://github.com/haskell/hackage-security/blob/9a5f2d16fc145cbd488c48ab9d177bc3192e303c/hackage-repo-tool/src/Main.hs#L196 and do it in one go
39
-
40
-
## patches
41
-
42
-
I am not sure whether I want to support patches or not. Basically one could simply fork and point the repo to the new source.
43
-
On the otherside, hackage-overlay-repo-tool is made especially for patches so there might be a real need for it.
44
-
For the time being,I am not supporting patches.
45
-
46
-
## output
47
-
48
-
No more than a directory full of files.
49
-
50
-
- Can be served over HTTPS
51
-
- Served on [ipfs](https://github.com/ipfs-shipyard/ipfs-deploy)
0 commit comments