Skip to content

Commit

Permalink
Support base back to GHC 8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Mar 13, 2020
1 parent a7f2c02 commit dd4934e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rampart.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rampart
version: 1.0.0.0
version: 1.0.0.1
synopsis: 🏰 Determine how intervals relate to each other.
description: Rampart determines how intervals relate to each other.

Expand All @@ -17,7 +17,7 @@ source-repository head

library
build-depends:
base >= 4.13.0 && < 4.14
base >= 4.11.0 && < 4.14
default-language: Haskell98
exposed-modules: Rampart
ghc-options:
Expand Down

0 comments on commit dd4934e

Please sign in to comment.