Hi,
Tristan, awesome, I might be using the binaries in the meanwhile. I still would like to get a real srpm going :-)
Jens, I tried to build with the --standalone flag, but for some reason, it fails when fetching `cborg`
```
Running cabal-rpm install cborg
cborg-0.2.1.0 in Stackage lts-13
cborg-0.2.1.0 in Stackage lts-13
cborg-0.2.1.0 in Stackage lts-13
ghc-cborg
dos2unix: converting file cborg.cabal to Unix format...
cabal-rpm: cborg.cabal: renameFile:renamePath:rename: unsupported operation (Invalid cross-device link)
cabal-rpm: cabal-rpm install cborg failed with exit code 1
```
I tried to use cabal-rpm-2.0 (downloaded forms stack) with the same result. Will try to run this in a container, maybe cabal-rpm doesn't like my disk-layout?
Adam