freckle / graphula

A simple interface for generating persistent data and linking its dependencies
MIT License
45 stars 11 forks source link

include cabal files since stack is deprecating hpack only for dependencies #45

Closed codygman closed 4 years ago

codygman commented 4 years ago

https://github.com/commercialhaskell/stack/issues/5210

DEPRECATED: The package at Repo from https://github.com/freckle/graphula.git, commit c20e88b8de768728dff246b458fde55068779322 in subdir graphula-core does not include a cabal file.
Instead, it includes an hpack package.yaml file for generating a cabal file.
This usage is deprecated; please see https://github.com/commercialhaskell/stack/issues/5210.
Support for this workflow will be removed in the future.

DEPRECATED: The package at Repo from https://github.com/freckle/graphula.git, commit c20e88b8de768728dff246b458fde55068779322 in subdir persistent-arbitrary does not include a cabal file.
Instead, it includes an hpack package.yaml file for generating a cabal file.
This usage is deprecated; please see https://github.com/commercialhaskell/stack/issues/5210.
Support for this workflow will be removed in the future.
eborden commented 4 years ago

Thanks for the poke. I'm curious @codygman, are you using graphula in a project?

codygman commented 4 years ago

@eborden I'm testing it out at least :smile: It seems to be exactly what our team needs to ease generating test data.

eborden commented 4 years ago

@codygman if you need a hand let us know. This tool has been very effective for our team, but generative data has its own fun edge cases that we've learned to manage through trial and error. Any hard edges you hit likely have solutions or might allow us to push fixes into graphula proper.

codygman commented 4 years ago

@eborden Thanks a ton for the offer and quick turn around time! I'll definitely try to note any hard edges, hopefully if I encounter we can make improvements.