packages feed

list-tries 0.5.1 → 0.5.2

raw patch · 3 files changed

+11/−8 lines, 3 filesdep ~QuickCheckdep ~basedep ~dlist

Dependency ranges changed: QuickCheck, base, dlist, template-haskell

Files

CHANGELOG.txt view
@@ -1,3 +1,6 @@+2014-03-20, 0.5.2:+	Updated dependencies, for GHC 7.8 and other new packages.+ 2013-05-10, 0.5.1: 	Fix cabal build. 
LICENSE.txt view
@@ -2,7 +2,7 @@ are held by whoever wrote the code in question: see CREDITS.txt for a list of authors. -Copyright (c) 2008-2013 <authors>+Copyright (c) 2008-2014 <authors> All rights reserved.  Redistribution and use in source and binary forms, with or without
list-tries.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: >= 1.6  Name:        list-tries-Version:     0.5.1+Version:     0.5.2 Homepage:    http://iki.fi/matti.niemenmaa/list-tries/ Synopsis:    Tries and Patricia tries: finite sets and maps for list keys Category:    Data, Data Structures@@ -41,9 +41,9 @@   default: False  Library-   Build-Depends: base       >= 3   && < 4.7+   Build-Depends: base       >= 3   && < 4.8                 , containers >= 0.3 && < 0.6-                , dlist      >= 0.4 && < 0.6+                , dlist      >= 0.4 && < 0.8                 , binary     >= 0.5 && < 0.8     Exposed-Modules: Data.ListTrie.Base.Map@@ -78,15 +78,15 @@    main-is: Main.hs    hs-source-dirs: ., tests -   Build-Depends: base       >= 3   && < 4.7+   Build-Depends: base       >= 3   && < 4.8                 , containers >= 0.3 && < 0.6-                , dlist      >= 0.4 && < 0.6+                , dlist      >= 0.4 && < 0.7                 , binary     >= 0.5 && < 0.8     if flag(testing)-     Build-Depends: template-haskell           >= 2.3 && < 2.9+     Build-Depends: template-haskell           >= 2.3 && < 2.10                   , HUnit                      >= 1.2 && < 1.3-                  , QuickCheck                 >= 2.1 && < 2.6+                  , QuickCheck                 >= 2.1 && < 2.8                   , test-framework             >= 0.2 && < 0.9                   , test-framework-hunit       >= 0.2 && < 0.4                   , test-framework-quickcheck2 >= 0.2 && < 0.4