Mango The Fourth

Results 132 issues of Mango The Fourth

### Description of the proposal [`flake-parts`](https://flake.parts/) are a new, really nice framework for defining nix flakes. They allow for easy composability, nice error messages, usage of types and easy, automated...

enhancement
preserved

**Describe the bug** When trying to use `build-tool-depends: markdown-unlit:markdown-unlit` I get ``` plutarch-docs:markdown-unlit:exe.markdown-unlit-0.5.1/installed-4CgIbMeCiwSElzbwyyhikO (does not contain executable 'markdown-unlit', which is required by my-library *test) ``` Which is wrong. * Build...

bug
preserved

When trying to `cabal build` a package that contains a public sublibrary, cabal fails to find this library within a shell provided by haskell.nix. Somehow everything builds just fine with...

bug
preserved

Hi, get a type error using the `makeFieldLabelsNoPrefix ''Settings` TH. ``` src/Extras/Optics.hs:12:1: error: • Could not deduce ((b :: Type) ~ (((forall a1. IO a1 -> IO a1) -> IO...

Hi, currently the only instance for `MonadResult` is the catchall instance that then requires a `MonadIO`; would it be a good idea to instead write proper instances for all the...

question

Hi, would it be possible to use something like https://github.com/Kleidukos/get-tested to generate a more exhaustive test coverage?

Is there an intented way to express this generically? ![image](https://github.com/morphismtech/squeal/assets/40720523/6a07c52f-57b7-4617-b73e-26c5606ea88e) In my case the names are exactly like the ones specified with the overloaded labels so it should be possible...

question

in `withSocket` we always pass `port` to `NS.getAddrInfo`, but we don't pass a hint that the underlying `c` function is called with a numeric `serviceName`, that was once the case,...

**Is your feature request specific to Fourmolu?** - [x] Yes, this feature is not relevant to Ormolu **Describe the current + desired formatting** currently: ```hs x :: Int -> (Int,...

Style improvement

**Is your bug specific to Fourmolu?** - [x] Yes, I've verified that Ormolu does not have this bug **Did you try it on the web app?** - [x] Yes, I've...

bug