picnoir / ex-hack

Example-based Haskell Documentation Engine
GNU Affero General Public License v3.0
59 stars 3 forks source link

Extract Hardcoded Stack Resolver #1

Open picnoir opened 5 years ago

picnoir commented 5 years ago

We should extract the resolver name during the parse stackage file step:

  1. Add the stackage resolver in the application config datatype.
  2. Parse the resolver name in the stackage build plan.
  3. Use this resolver in the src/ExHack/Stackage/Stack.hs file.