Roy Levien
Roy Levien
@carymrobbins — No, I'm sticking with releases that JetBrains has.
Yes, I've seen this behavior (doc comments behaving this way) elsewhere now; not in HaskForce, but in a different language in one of the JetBrains IDEs. But I didn't have...
It looks like something **really weird** is going on with the use of a Unicode character as a key. [I have](https://github.com/orome/crypto-enigma-hs/blob/4b3ed6e040598e1ffa1e919dbe5c15318bae482b/Crypto/Enigma.hs#L105) ```Haskell type Name = String type Wiring = Mapping...
A [possibly causal bug in GHC 9.0.1](https://gitlab.haskell.org/ghc/ghc/-/issues/19976) has [been suggested](https://www.reddit.com/r/haskell/comments/o52eo6/strange_unicode_behavior_in_ghc_901/h2ledzc?utm_source=share&utm_medium=web2x&context=3).
Suspect issue has [now been merged into 9.0.2](https://gitlab.haskell.org/ghc/ghc/-/milestones/367). Hopefully this will fix it!
Documentation fixed in bddc0fc1.
This might be the place for some of the walkthroughs listed in #5.
Quick patch completed in f6832be24f577510f7df84c237e3014b7e5e928b, which also makes the package Safe (only marked Trustworthy for now, because of "annotations" for hlint).
These [weren't working quite as I thought](https://stackoverflow.com/a/45773097/656912), for quite some time.
@juhp What did I do wrong? [I get ](https://github.com/commercialhaskell/stackage/pull/6063/checks?check_run_id=2804345578) > base-4.14.2.0 ([changelog](http://hackage.haskell.org/package/base-4.14.2.0/changelog)) is out of bounds for: 72 - [ ] crypto-enigma-0.1.1.6 (>=4.8.1.0 && < =4.14). Roy Levien @orome. @orome....