Commit Graph

  • 7b9437229b Improve promoted type applications in GHC < 9. ChickenProp/promoted-type-applications-backport Phil Hazelden 2022-11-01 12:17:59 +0000
  • dfe66157a3
    Merge a3ae082f29 into e03ab8425b #366 mrgutkun 2022-11-11 15:48:26 -0700
  • 09d5b31831
    Merge b613ebaac2 into e03ab8425b #376 Phil Hazelden 2022-11-11 20:55:05 +0100
  • e03ab8425b
    Merge pull request #377 from lspitzner/tfausak-patch-1 master ChickenProp/master Taylor Fausak 2022-11-11 12:13:28 -0600
  • 420eac889e
    Announce end of maintenance #377 Taylor Fausak 2022-11-11 09:52:57 -0600
  • b613ebaac2 Support promoted type applications. ChickenProp/promoted-type-applications #376 ChickenProp/promoted-type-applications Phil Hazelden 2022-11-01 12:17:59 +0000
  • 746b67fe68
    Allow aeson 2.1 felixonmars/patch-1 #375 felixonmars/patch-1 Felix Yan 2022-10-14 21:08:08 +0300
  • a3ae082f29 Hack on Internal (incomplete) mxxun/ghc-9.2 #366 mxxun/ghc-9.2 mrkun 2022-02-14 16:28:01 +0300
  • 16a89cdfeb Fix Expr mrkun 2022-02-12 17:44:54 +0300
  • 6210024d24 Fix Stmt mrkun 2022-02-12 16:49:55 +0300
  • ea58f8d46f (Fix DadaDecl) mrkun 2022-02-12 16:22:37 +0300
  • 800500f7ce Hack on Layouters.Type mrkun 2022-02-12 16:11:22 +0300
  • 03ba1f3a3d (Poink Stmt) mrkun 2022-01-31 03:12:00 +0300
  • 0fca61a8e3 Finish Decl mrkun 2022-01-31 03:07:53 +0300
  • e6a38550a0 Hack/fix Decl (partial) mrkun 2022-01-31 02:22:11 +0300
  • 75d03534e7 Typefixing/hacking Decl (partial) mrkun 2022-01-31 00:43:27 +0300
  • c201bdda16 Upgrade/hack Pattern mrkun 2022-01-30 23:45:23 +0300
  • 4b4629289a Upgrade/hack Module mrkun 2022-01-30 23:39:37 +0300
  • 1fa45be586 Pull all fake types to a single module mrkun 2022-01-30 23:32:34 +0300
  • a0157b6cfc Fix Import mrkun 2022-01-30 23:21:52 +0300
  • 05bcc7571a Upgrade IE to LocatedAn mrkun 2022-01-30 23:17:51 +0300
  • 648d4a0459 Typefix DataDecl (??) mrkun 2022-01-30 23:08:37 +0300
  • ed5bf856a9 Type-fixing layoutDataDecl mrkun 2022-01-30 22:44:54 +0300
  • b4066c5141 Upgrade lardrNameToTextAnnGen to LocatedAn mrkun 2022-01-30 22:04:52 +0300
  • d1e940ebb1 () mrkun 2022-01-30 22:02:15 +0300
  • b575d4a574 Upgrade strategyLeftRight + smth else mrkun 2022-01-30 21:49:35 +0300
  • 422f93db20 Upgrade ToBriDoc itself + in Type mrkun 2022-01-30 16:31:17 +0300
  • ee48d4a2f5 A little movement in Type mrkun 2022-01-30 16:30:02 +0300
  • 2535f82d82 Hack away Backend mrkun 2022-01-30 16:02:59 +0300
  • 494a0ba09a Hack away LayouterBasics (ouch) mrkun 2022-01-30 15:53:19 +0300
  • e46e459e87 Hack away BackendUtils mrkun 2022-01-30 15:25:55 +0300
  • 9ee501753e Hack away Utils mrkun 2022-01-30 15:25:45 +0300
  • 73ef14cea5 Make Internal.Types fake-compile mrkun 2022-01-28 22:42:18 +0300
  • 3d12add3d8 (try commenting out) mrkun 2022-01-28 21:51:13 +0300
  • 0046199306 Drop ghc-9.0 support (relegated to a branch) mrkun 2022-01-28 21:02:41 +0300
  • af2781b672 Make build-depends constraints shippable mrkun 2022-01-25 20:16:38 +0300
  • 2fd0b861dd Finish ParseModule mrkun 2022-01-25 19:58:15 +0300
  • dde016f5fe Fix other ghc-9.2.1 field and type migrations in ParseModule mrkun 2022-01-25 19:51:27 +0300
  • 128e19be2b Conditionalize PlatformSettings; revert overzealous migration of toolSettings mrkun 2022-01-25 19:41:26 +0300
  • 97edab50e8 Fix PlatformMini ~> ArchOS mrkun 2022-01-25 19:38:02 +0300
  • f84d5f3356 Roughly wrangle most of GHC.Settings moving to GHC.Platform mrkun 2022-01-25 04:36:59 +0300
  • 36ddcc8ddb Initial: relax constraints till cabal is satisfied mrkun 2022-01-25 04:18:16 +0300
  • 0aa04af4eb
    Version 0.14.0.2 mxxun/master Taylor Fausak 2022-01-13 09:28:26 -0500
  • 93a43bf28d Revert "Remove `Language.Haskell.` from module names" Taylor Fausak 2022-01-13 14:16:14 +0000
  • 29814f919e
    Version 0.14.0.1 Taylor Fausak 2022-01-11 08:49:47 -0500
  • 97da38fab7 Merge remote-tracking branch 'upstream/master' into main Taylor Fausak 2022-01-11 13:48:58 +0000
  • b59f885987
    Merge pull request #363 from sergv/master Taylor Fausak 2022-01-11 07:46:42 -0600
  • 3996efd5eb
    Use defaultDynFlags to obtain ghc’s DynFlags #363 Sergey Vinokurov 2022-01-06 23:57:07 +0000
  • ad88ba3f57
    Update Stack resolver Taylor Fausak 2022-01-05 07:48:36 -0500
  • 46bf450530
    Merge pull request #360 from fendor/patch-1 Taylor Fausak 2021-12-01 15:19:56 -0500
  • 6b1e6fa73a
    Update README to mention HLS instead of HIE #360 fendor 2021-12-01 20:51:51 +0100
  • 2fe1432631 Remove `Language.Haskell.` from module names Taylor Fausak 2021-11-29 12:25:00 +0000
  • 6151ba5825 Upgrade to ghcup 0.1.17.4 Taylor Fausak 2021-11-29 12:21:18 +0000
  • 9e12a36a4f Also build on `master` branch Taylor Fausak 2021-11-29 12:20:51 +0000
  • ccabed9d7b Use new czipwith from Hackage Taylor Fausak 2021-11-29 12:18:38 +0000
  • 7399b75388
    Merge pull request #359 from tfausak/gh-238-format-self Taylor Fausak 2021-11-29 07:14:35 -0500
  • 7fa2a85b30 Format Brittany with Brittany #359 Taylor Fausak 2021-11-29 02:31:50 +0000
  • a15eed5f36
    Merge pull request #357 from tfausak/main Taylor Fausak 2021-11-28 09:42:35 -0500
  • 339d2ebf23 Version 0.14.0.0 #357 Taylor Fausak 2021-11-28 14:08:58 +0000
  • 8f2625dc87 Simplify test suite Taylor Fausak 2021-11-28 13:24:11 +0000
  • cddb98b124 Run tests in serial Taylor Fausak 2021-11-25 14:16:22 +0000
  • 21e86adf6e Split tests into individual files Taylor Fausak 2021-11-23 22:41:01 +0000
  • 89a9f47b72 Ignore warnings when parsing modules Taylor Fausak 2021-11-21 23:40:15 +0000
  • ab59e9acc3 Parse modules "purely", without ghc-paths Taylor Fausak 2021-11-21 22:58:07 +0000
  • b8532ca631 Fix release job dependency Taylor Fausak 2021-11-21 14:05:37 +0000
  • cdc8405b10 Remove mentions of GHC 8.x Taylor Fausak 2021-11-21 13:59:35 +0000
  • fa8365a7fa Set up release job Taylor Fausak 2021-11-21 13:53:46 +0000
  • 8fadac8b2e Format imports Taylor Fausak 2021-11-21 13:44:06 +0000
  • ccd09ba40a Remove obsolete Stack configuration Taylor Fausak 2021-11-21 13:28:15 +0000
  • 8d7b46b9e9 Fix handling of comments Taylor Fausak 2021-11-07 13:01:54 +0000
  • 4079981b1d Revert "Format Brittany with Brittany" Taylor Fausak 2021-11-07 12:37:49 +0000
  • 4398b5880d Format Brittany with Brittany Taylor Fausak 2021-11-06 22:29:34 +0000
  • ac81c5ce90 Update Stack config Taylor Fausak 2021-11-06 21:44:30 +0000
  • 208240b62f Remvoe old Stack configs Taylor Fausak 2021-11-06 21:36:35 +0000
  • fdbbe9803d Try to spend less time compressing binaries Taylor Fausak 2021-11-06 21:33:44 +0000
  • 4ee386a323 Remove unnecessary setup script Taylor Fausak 2021-11-06 21:32:54 +0000
  • a1cd4c5ed5 Remove Make configuration Taylor Fausak 2021-11-06 21:32:31 +0000
  • 51ca8fd5d7 Remove Nix configuration Taylor Fausak 2021-11-06 21:31:55 +0000
  • 694ce973f4 Remove Travis CI config Taylor Fausak 2021-11-06 21:31:23 +0000
  • 93172bfd21 Add flag for turning warnings into errors Taylor Fausak 2021-11-06 21:30:05 +0000
  • e22a647baa Move literate test files Taylor Fausak 2021-11-06 21:28:23 +0000
  • 79be0ed200 Move test suite Taylor Fausak 2021-11-06 21:25:04 +0000
  • 93ba90e646 Rename test suite Taylor Fausak 2021-11-06 21:23:49 +0000
  • 5631e2500f Merge interface tests into literate tests Taylor Fausak 2021-11-06 21:23:06 +0000
  • 9a9b67d410 Merge unit tests into literate tests Taylor Fausak 2021-11-06 21:21:11 +0000
  • d879125264 Combine unit test modules Taylor Fausak 2021-11-06 21:17:57 +0000
  • c2248cb99c Ignore missed specializations Taylor Fausak 2021-11-06 21:15:03 +0000
  • 0c720ee032 Remove unnecessary flags Taylor Fausak 2021-11-06 21:12:57 +0000
  • 75aed1cb8a Remove unnecessary GHC version parsing Taylor Fausak 2021-11-06 21:11:27 +0000
  • 2ab406471b Move library Taylor Fausak 2021-11-06 21:07:34 +0000
  • 95017640a8 Move executable Taylor Fausak 2021-11-06 21:06:23 +0000
  • 392e5b7569 Fix many HLint warnings Taylor Fausak 2021-11-06 21:05:10 +0000
  • 75cf5b83a3 Remove unused tests Taylor Fausak 2021-11-06 20:40:31 +0000
  • d03deccba8 Remove unnecessary export lists Taylor Fausak 2021-11-06 20:38:28 +0000
  • 69e0f9fedf Expose all modules Taylor Fausak 2021-11-06 20:34:25 +0000
  • 33d2aa8790 Use common stanzas in package description Taylor Fausak 2021-11-06 20:33:43 +0000
  • 8a4bfe083e Use layout for package description Taylor Fausak 2021-11-06 20:12:17 +0000
  • d1968b5de3 Remove redundant language extensions Taylor Fausak 2021-11-06 18:17:01 +0000
  • 09f7e1726b Configure HLint Taylor Fausak 2021-11-06 17:59:26 +0000
  • 09fabe8d16 Compress executable artifacts Taylor Fausak 2021-11-06 17:47:27 +0000