typelead / etlas

Etlas, the build tool and package manager for the Eta programming language
63 stars 10 forks source link

Allow etlas to parse leading commas like cabal spec >= 2.2 #103

Open jneira opened 5 years ago

jneira commented 5 years ago

Some packages, like time-compat, have started to use leading commas (sigh!) and etlas is not able to read them without patching. Relevant pr: https://github.com/haskell/cabal/pull/4971

rahulmutt commented 5 years ago

Sounds good!