Skip to content

Commit

Permalink
Support older GHCs
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan committed Nov 7, 2019
1 parent 4073660 commit 114b5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Database/Bolt/Extras/DSL/Typed/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeFamilyDependencies #-}
{-# LANGUAGE TypeInType #-}

module Database.Bolt.Extras.DSL.Typed.Types where

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-13.6
resolver: lts-11.14

packages:
- '.'
Expand Down

0 comments on commit 114b5fe

Please sign in to comment.