symbol 0.2.0 → 0.2.1
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~syb
Dependency ranges changed: syb
Files
- LICENSE +1/−1
- symbol.cabal +6/−6
LICENSE view
@@ -25,7 +25,7 @@ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -Copyright (c) 2011-2013, Geoffrey Mainland+Copyright (c) 2011-2014, Geoffrey Mainland All rights reserved. Redistribution and use in source and binary forms, with or without modification,
symbol.cabal view
@@ -1,14 +1,14 @@ name: symbol-version: 0.2.0+version: 0.2.1 cabal-version: >= 1.6 license: BSD3 license-file: LICENSE copyright: (c) 2006-2011 Harvard University- (c) 2011-2013 Geoffrey Mainland-author: Geoffrey Mainland <mainland@eecs.harvard.edu>-maintainer: mainland@eecs.harvard.edu+ (c) 2011-2014 Geoffrey Mainland+author: Geoffrey Mainland <mainland@cs.drexel.edu>+maintainer: mainland@cs.drexel.edu stability: alpha-homepage: http://www.eecs.harvard.edu/~mainland/+homepage: http://www.cs.drexel.edu/~mainland/ category: Data synopsis: A 'Symbol' type for fast symbol comparison. description: Provides a 'Symbol' data type allowing fast symbol comparisons@@ -26,7 +26,7 @@ base >= 4 && < 5, containers >= 0.2 && < 0.6, deepseq >= 1.0 && < 2.0,- syb >= 0.1 && < 0.4+ syb >= 0.1 && < 0.5 source-repository head type: git