Browse Source

Clear build on GHC 7.10

Marcos Dumay de Medeiros 8 years ago
parent
commit
cb93bb4530
1 changed files with 1 additions and 1 deletions
  1. 1 1
      textual.cabal

+ 1 - 1
textual.cabal

@@ -35,6 +35,6 @@ source-repository this
 library
   exposed-modules:     Data.Textual.Class
   other-extensions:    TypeSynonymInstances, FlexibleInstances
-  build-depends:       base >=4.7 && <4.8, bytestring >=0.10, utf8-string >=1, text >=1.2
+  build-depends:       base >=4.7 && <4.9, bytestring >=0.10, utf8-string >=1, text >=1.2
   hs-source-dirs:      src
   default-language:    Haskell2010