stack-9.2.1.yaml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. resolver: ghc-9.2.1
  2. compiler: ghc-9.2.1
  3. compiler-check: match-exact
  4. extra-deps:
  5. - Diff-0.4.0
  6. - HUnit-1.6.2.0
  7. - ListLike-4.7.6
  8. - OneTuple-0.3.1
  9. - QuickCheck-2.14.2
  10. - StateVar-1.2.2
  11. - STMonadTrans-0.4.6
  12. - aeson-2.0.2.0
  13. - alex-3.2.6
  14. - ansi-terminal-0.11
  15. - ansi-wl-pprint-0.6.9
  16. - assoc-1.0.2
  17. - async-2.2.4
  18. - attoparsec-0.14.2
  19. - base-compat-0.12.1
  20. - base-compat-batteries-0.12.1
  21. - base-orphans-0.8.6
  22. - bifunctors-5.5.11
  23. - blaze-builder-0.4.2.2
  24. - blaze-html-0.9.1.2
  25. - blaze-markup-0.8.2.8
  26. - boxes-0.1.5
  27. - call-stack-0.4.0
  28. - case-insensitive-1.2.1.0
  29. - clock-0.8.2
  30. - cmdargs-0.10.21
  31. - colour-2.3.6
  32. - comonad-5.0.8
  33. - contravariant-1.5.5
  34. - cpphs-1.20.9.1
  35. - data-default-0.7.1.1
  36. - data-default-class-0.1.2.0
  37. - data-default-instances-containers-0.0.1
  38. - data-default-instances-dlist-0.0.1
  39. - data-default-instances-old-locale-0.0.1
  40. - data-fix-0.3.2
  41. - data-hash-0.2.0.1
  42. - distributive-0.6.2.1
  43. - dlist-1.0
  44. - edit-distance-0.2.2.1
  45. - equivalence-0.3.5
  46. - extensible-exceptions-0.1.1.4
  47. - fail-4.9.0.0
  48. - filemanip-0.3.6.3
  49. - fmlist-0.9.4
  50. - generic-deriving-1.14.1
  51. - gitrev-1.3.1
  52. - happy-1.20.0
  53. - hashable-1.3.5.0
  54. - hashtables-1.2.4.2
  55. - haskell-lexer-1.1
  56. - hostname-1.0
  57. - indexed-traversable-0.1.2
  58. - indexed-traversable-instances-0.1.1
  59. - integer-logarithms-1.0.3.1
  60. - mintty-0.1.2
  61. - monad-control-1.0.3.1
  62. - murmur-hash-0.1.0.10
  63. - network-uri-2.6.4.1
  64. - old-locale-1.0.0.7
  65. - optparse-applicative-0.16.1.0
  66. - parallel-3.2.2.0
  67. - polyparse-1.13
  68. - pretty-show-1.10
  69. - primitive-0.7.3.0
  70. - process-extras-0.7.4
  71. - random-1.2.1
  72. - regex-base-0.94.0.1
  73. - regex-posix-0.96.0.0
  74. - regex-tdfa-1.3.1.1
  75. - safe-0.3.19
  76. - scientific-0.3.7.0
  77. - semialign-1.2.0.1
  78. - semigroupoids-5.3.6
  79. - silently-1.2.5.2
  80. - split-0.2.3.4
  81. - splitmix-0.1.0.4
  82. - strict-0.4.0.1
  83. - tagged-0.8.6.1
  84. - tasty-1.4.2
  85. - tasty-hunit-0.10.0.3
  86. - tasty-quickcheck-0.10.1.2
  87. - tasty-silver-3.3.1
  88. - temporary-1.3
  89. - test-framework-0.8.2.0
  90. - test-framework-hunit-0.3.0.2
  91. - text-icu-0.7.1.0
  92. - text-short-0.1.4
  93. - th-abstraction-0.4.3.0
  94. - th-compat-0.1.3
  95. - these-1.1.1.1
  96. - time-compat-1.9.6.1
  97. - transformers-base-0.4.6
  98. - transformers-compat-0.7.1
  99. - unbounded-delays-0.1.1.1
  100. - unix-compat-0.5.3
  101. - unordered-containers-0.2.15.0
  102. - uri-encode-1.5.0.7
  103. - utf8-string-1.0.2
  104. - uuid-types-1.0.5
  105. - vector-0.12.3.1
  106. - wcwidth-0.0.2
  107. - witherable-0.4.2
  108. - xml-1.3.14
  109. - zlib-0.6.2.3
  110. # Andreas, 2021-11-13:
  111. # Windows needs this instead of time-1.11.*, via unix-compat
  112. - time-1.9.3
  113. # Andreas, 2021-11-13: unix-compat (0.5.3) needs Win32 < 2.12
  114. # See https://github.com/jacobstanley/unix-compat/issues/48
  115. # Andreas, 2021-11-14: haskeline (0.8.2) needs Win32 < 2.10 || >= 2.12
  116. - Win32-2.9.0.0
  117. # Fixup:
  118. - Cabal-3.6.2.0
  119. # "this GHC boot package has been pruned (issue #4510);"
  120. - directory-1.3.7.0
  121. - haskeline-0.8.2
  122. - process-1.6.13.2
  123. - unix-2.7.2.2
  124. flags:
  125. transformers-compat:
  126. five-three: true
  127. # Local packages, usually specified by relative directory name
  128. packages:
  129. - '.'
  130. - 'src/size-solver'