elminator icon indicating copy to clipboard operation
elminator copied to clipboard

Generate Elm type definitions and json encoders/decoders from Haskell types.

Results 3 elminator issues
Sort by recently updated
recently updated
newest added

- the travis-ci link (links to https://travis-ci.com/sras/elminator which is a 404 for me, on [line 9](https://github.com/sras/elminator/blob/9a1344c531b75fbc6d4e96049fc8514a23fc0032/README.md?plain=1#L9) and again on [line 170](https://github.com/sras/elminator/blob/9a1344c531b75fbc6d4e96049fc8514a23fc0032/README.md?plain=1#L170)), - the sample generated code link (links to https://bitbucket.org/sras/elminator-test/src/master/elm-app/src/Autogen.elm...

My reproduction: `GenSrc.hs`: ```haskell {-# LANGUAGE DeriveAnyClass #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE DerivingStrategies #-} module GenSrc where import GHC.Generics (Generic) import qualified Elminator as Elm data P =...

The [cabal file on Hackage](https://hackage.haskell.org/package/elminator-0.2.4.4/src/elminator.cabal) has version 0.2.4.4 and has constraints on all the dependencies, but even in the 0.2.4.4 tag, the [package.yaml](https://github.com/sras/elminator/blob/0.2.4.4/package.yaml) says 0.2.4.1 and has no bounds on...