cabal.project.local.mtl23 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. -- Andreas, 2022-02-23, configuration to build with mtl-2.3-rc3
  2. -- Invocation:
  3. -- $ ln -s cabal.project.local.mtl23 cabal.project.local
  4. -- $ cabal build --builddir dist-mtl23 -f +enable-cluster-counting
  5. flags: +enable-cluster-counting
  6. constraints: text-icu == 0.8.*
  7. -- =====================================================================
  8. -- Released versions needed to test mtl-2.3-rc3
  9. -- =====================================================================
  10. -- transformers
  11. ------------------------------------------------------------------------
  12. constraints: transformers == 0.6.*
  13. allow-newer: *:transformers
  14. -- equivalence
  15. ------------------------------------------------------------------------
  16. constraints: equivalence == 0.4
  17. allow-newer: *:equivalence
  18. -- =====================================================================
  19. -- Unreleased versions needed to test mtl-2.3-rc3
  20. -- =====================================================================
  21. -- mtl
  22. ------------------------------------------------------------------------
  23. source-repository-package
  24. type: git
  25. location: https://github.com/haskell/mtl.git
  26. tag: v2.3-rc3
  27. constraints: mtl == 2.3.*
  28. allow-newer: *:mtl
  29. -- happy
  30. ------------------------------------------------------------------------
  31. source-repository-package
  32. type: git
  33. location: git@github.com:simonmar/happy.git
  34. subdir: .
  35. subdir: packages/backend-glr
  36. subdir: packages/backend-lalr
  37. subdir: packages/codegen-common
  38. subdir: packages/frontend
  39. subdir: packages/grammar
  40. subdir: packages/tabular
  41. constraints: happy == 1.21.*
  42. allow-newer: *:happy
  43. -- exceptions
  44. ------------------------------------------------------------------------
  45. source-repository-package
  46. type: git
  47. location: git@github.com:ekmett/exceptions
  48. tag: 28b9b49a51deb7c1343e003dafb4c69ef79f2e8b
  49. -- random
  50. ------------------------------------------------------------------------
  51. source-repository-package
  52. type: git
  53. location: https://github.com/haskell/random.git
  54. tag: 5ecc8935994159c6d39088233a0887714aacaf5e
  55. constraints: random == 1.3.*
  56. allow-newer: *:random