Extract Cooklang types into Data.CookLang module
- Create src/Data/CookLang.hs with all recipe types (Recipe, Section, StepItem, Ingredient, Cookware, Timer, RecipeRef, Quantity, Duration, Metadata, emptyMetadata) - Data.CookLang has zero Roux imports — can be extracted to its own package - Roux.Types now just re-exports from Data.CookLang - Update all Roux.* modules and tests to import Data.CookLang directly - All 30 tests passing, hlint clean
This commit is contained in:
@@ -16,6 +16,7 @@ build-type: Simple
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
Data.CookLang
|
||||
Roux
|
||||
Roux.Html
|
||||
Roux.NYTimes
|
||||
|
||||
Reference in New Issue
Block a user