Skip to content

Commit

Permalink
Downgrade LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Jul 29, 2021
1 parent 8eae735 commit c217622
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 32 deletions.
58 changes: 27 additions & 31 deletions cardano-1.28.0.yaml
Expand Up @@ -3,50 +3,45 @@ name: cardano-1.28.0
resolver: lts-17.15

packages:
# In LTS 18.4, but with a different version
- base16-bytestring-1.0.1.0 # 1.0.1.0 on lts-18.4
- Cabal-3.4.0.0 # 3.2.1.0 on lts-18.4
- containers-0.5.11.0 # 0.6.2.1 on lts-18.4
- dns-3.0.4 # 4.0.1 on lts-18.4
- network-3.1.2.1 # 3.1.1.1 on lts-18.4
- recursion-schemes-5.1.3 # 5.2.2.1 on lts-18.4
- text-1.2.4.0 # 1.2.4.1 on lts-18.4
- Win32-2.6.2.0 # 2.6.1.0 on lts-18.4

# Same as on lts-18.4, but somehow stack requires it here
- binary-0.8.8.0
# Packages that exist in LTS, but which we use a different version of,
# or just want to explicitly pin.
- base16-bytestring-1.0.1.0 # 0.1.1.7 on LTS 17.6; would break cardano-base
- bech32-1.1.1
- bech32-th-1.1.1
- Cabal-3.4.0.0
- parsec-3.1.14.0

# Not in LTS 18.4
- async-timer-0.2.0.0
- beam-core-0.9.1.0
- beam-migrate-0.5.1.0
- beam-sqlite-0.5.1.0

# Packages not in LTS
- Unique-0.4.7.6
- Win32-2.6.2.0
- canonical-json-0.6.0.0
- composition-prelude-3.0.0.2
- constraints-extras-0.3.1.0
- gray-code-0.3.1
- lazy-search-0.1.2.1
- lazysmallcheck-0.6
- ip-1.5.1
- libsystemd-journal-1.4.4
- markov-chain-usage-model-0.0.0
- micro-recursion-schemes-5.0.2.2
- monoidal-containers-0.6.0.1
- moo-1.2
- nothunks-0.1.2
- partial-order-0.2.0.0
- quickcheck-state-machine-0.7.0
- regex-posix-clib-2.7
- row-types-1.0.1.0
- servant-subscriber-0.7.0.0
- servant-websockets-2.0.0
- size-based-0.1.2.0
- statistics-linreg-0.3
- streaming-binary-0.2.2.0
- time-interval-0.1.1
- time-out-0.2
- transformers-except-0.1.1
- Unique-0.4.7.6

# For plutus
# https://github.com/input-output-hk/plutus/blob/master/stack.yaml
- Stream-0.4.7.2
- composition-prelude-3.0.0.2
- dependent-map-0.4.0.0
- dependent-sum-0.7.1.0
- dependent-sum-template-0.1.0.3
- lazy-search-0.1.2.1
- monoidal-containers-0.6.0.1
- size-based-0.1.2.0
- witherable-0.4.1
- constraints-extras-0.3.1.0
- indexed-traversable-instances-0.1
- lazysmallcheck-0.6

- git: https://github.com/input-output-hk/cardano-base
commit: b6a215c42a28dc8b71b42946fe30256a333d34af
Expand Down Expand Up @@ -144,6 +139,7 @@ packages:
- ouroboros-network
- ouroboros-network-framework
- ouroboros-network-testing
- ntp-client
- typed-protocols
- typed-protocols-examples

Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Expand Up @@ -4,7 +4,7 @@
# NOTE: Remember to update the version matrix in README.md when
# bumping the Cardano version.
resolver: cardano-1.28.0.yaml
compiler: ghc-8.10.5
compiler: ghc-8.10.4

packages:
- lib/core
Expand Down

0 comments on commit c217622

Please sign in to comment.