-
- We already know where the heist template dir is from the config file
- Config flag: dynamic_reload = true/false
- Is there a lib (on Hackage?) we can use for this watching behavior?
- Put behind a f…
-
The entry for `error` in `Prelude`'s Haddock says
```haskell
error :: forall (r :: RuntimeRep). forall (a :: TYPE r). HasCallStack => [Char] -> a
```
Feels like this should be simplified some…
-
Use this data type from `time` package:
* https://hackage.haskell.org/package/time-1.9.1/docs/Data-Time-Clock.html#t:UTCTime
Also, I suggest to store `Maybe UTCTime` to be able to perform pure p…
-
@andreasabel @gregwebs @kbillings @maxcan @MaxGabriel
Are any of you still interested and have time to review/approve pull requests?
If so, what do you think about implementing [required pull r…
-
My situation: Trying to get CI on GitLab.com (not mine instance) working. It's stable Windows 10 version (1809, same as MS distributes as VM images).
```
2022-01-03 15:33:08.214245: [debug] Parsin…
-
e.g. `ascii` :
```
+-------------+-----------------+
| Person | House |
+-------+-----+-------+---------+
| Name | Age | Color | Price |
+-------+-----+-------+---------+
|…
-
With [dependencies](https://dev.flora.pm/packages/@haskell/Cabal/dependencies) could we reduce `@hackage` and `@haskell` line noise by grouping dependencies by source repository (if that what these @ …
-
Crypto.PubKey.ECC.ECDSA signing operations are vulnerable to timing attacks.
Switch to a safe implementation.
http://hackage.haskell.org/package/crypto-pubkey-0.2.8/docs/Crypto-PubKey-ECC-ECDSA.html
-
A longer term goal. It would be really nice if the code snippets in the docs were runnable online and/or if HLS or Hackage style code highlighting was available.
With the advent of WASM and JS back…
-
Trying to install from hackage with ghc 8.10.2 produces a failure of cabal similar to #4845.
Interestingly, it works with ghc 8.8.4 and cabal 3.2, so the cabal version alone cannot be blamed.
##…