lucasdicioccio / laborantin-hs

Experiment-management framework in Haskell
Apache License 2.0
19 stars 6 forks source link

Fix compilation #5

Closed achamo closed 5 years ago

achamo commented 9 years ago

optparse-applicative changed the "option" after 0.10 and the compiler couldn't find "runP", it seems to be in "Text.Parsec.Prim".

moul commented 9 years ago

:+1:

aimxhaisse commented 9 years ago

:+1: :-1: :-1: :+1: :+1:

cerisier commented 9 years ago

+1

lucasdicioccio commented 9 years ago

Will try to find time this WE. I need to understand why cabal packages bounds did not prevent this error. Proper bounds should have prevented API-incompatible changes.