X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;ds=sidebyside;f=advent09%2Fpackage.yaml;fp=advent09%2Fpackage.yaml;h=7a164a3f8ea0468f579f214dc8cdb391cb88f959;hb=fb79b0c5e699d81d19698d34b72e5151fcfcf0ef;hp=0000000000000000000000000000000000000000;hpb=90918214710d0fc62c1f70114b15aa677223494b;p=advent-of-code-20.git diff --git a/advent09/package.yaml b/advent09/package.yaml new file mode 100644 index 0000000..7a164a3 --- /dev/null +++ b/advent09/package.yaml @@ -0,0 +1,58 @@ +# This YAML file describes your package. Stack will automatically generate a +# Cabal file when you run `stack build`. See the hpack website for help with +# this file: . + +name: advent09 +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 +- NamedFieldPuns +- NegativeLiterals +- NumDecimals +# - OverloadedLists +- OverloadedStrings +- PartialTypeSignatures +- PatternGuards +- PatternSynonyms +- PolyKinds +- RankNTypes +- RecordWildCards +- ScopedTypeVariables +- TemplateHaskell +- TransformListComp +- TupleSections +- TypeApplications +- TypeFamilies +- TypeInType +- TypeOperators +- ViewPatterns + +executables: + advent09: + main: advent09.hs + source-dirs: src + dependencies: + - base >= 2 && < 6