X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-19.git;a=blobdiff_plain;f=advent01%2Fpackage.yaml;h=448035a78f7789609755b92bb71c695e64123711;hp=30024177fc8dbbfa67c91735c2a0e14579290966;hb=73861022e114fe3b2d6625301f4ac5fc973a8a6e;hpb=5f20c4799398878a455f64d7b81aadc4a1774dd1 diff --git a/advent01/package.yaml b/advent01/package.yaml index 3002417..448035a 100644 --- a/advent01/package.yaml +++ b/advent01/package.yaml @@ -5,6 +5,49 @@ name: advent01 synopsis: Advent of Code version: '0.0.1' + +default-extensions: +- AllowAmbiguousTypes +- ApplicativeDo +- BangPatterns +- BlockArguments +- DataKinds +- DeriveFoldable +- DeriveFunctor +- DeriveGeneric +- DeriveTraversable +- EmptyCase +- FlexibleContexts +- FlexibleInstances +- FunctionalDependencies +- GADTs +- GeneralizedNewtypeDeriving +- ImplicitParams +- KindSignatures +- LambdaCase +- MonadComprehensions +- MonoLocalBinds +- MultiParamTypeClasses +- MultiWayIf +- NegativeLiterals +- NumDecimals +- OverloadedLists +- PartialTypeSignatures +- PatternGuards +- PatternSynonyms +- PolyKinds +- RankNTypes +- RecordWildCards +- ScopedTypeVariables +- TemplateHaskell +- TransformListComp +- TupleSections +- TypeApplications +- TypeInType +- TypeOperators +- ViewPatterns + + executables: advent01: main: advent01.hs