Skip to content
  • Dmitry Bogatov's avatar
    Convert once.cabal to package.yaml · 4dfa3332
    Dmitry Bogatov authored
    There is new format for Haskell build system -- hpack. It is based on
    YAML format, which is much more clean that native cabal one.
    
    This change converts pre-existing cabal file to `package.yaml' with
    hpack-convert tool, old cabal file is removed and marked as ignored in
    `.gitignore'
    4dfa3332