Skip to content

Commit

Permalink
lts-21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlang committed Jun 22, 2023
1 parent 38781c0 commit d75ab53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Game/Chess/PGN.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE ViewPatterns #-}
{-|
Module : Game.Chess.PGN
Expand Down
1 change: 1 addition & 0 deletions src/Game/Chess/SAN.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE ViewPatterns #-}
{-|
Module : Game.Chess.SAN
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-20.8
resolver: lts-21.0
packages:
- .
flags:
Expand Down

0 comments on commit d75ab53

Please sign in to comment.