jgm / cheapskate

Experimental markdown processor in Haskell
BSD 3-Clause "New" or "Revised" License
107 stars 18 forks source link

add conditional for cheapskate-dingus deps #21

Closed MarcelineVQ closed 7 years ago

MarcelineVQ commented 7 years ago

cheapskate pulls in many unneccesary dependencies when used as a library with stack or versions of Cabal <1.24 due to including build-deps of the conditionally buildable cheapskate-dingus stanza. added an if flag for backwards compatibility to convince stack/Cabal that we don't need those deps all the time.

jgm commented 7 years ago

Good idea!