diff options
author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2008-05-17 02:53:51 +0000 |
---|---|---|
committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2008-05-17 02:53:51 +0000 |
commit | f6a417991f251993a931d0805c236878ba73d768 (patch) | |
tree | ec86a4fadd5d29aec2457ae1499fe1ada01f2b34 /utils/ext-core | |
parent | 4c5fd95d192cd1f592b2e9c644c32cb96206feeb (diff) | |
download | haskell-f6a417991f251993a931d0805c236878ba73d768.tar.gz |
Add dummy LICENSE file to make Cabal go through
Add a LICENSE file that just points to the GHC license.
Diffstat (limited to 'utils/ext-core')
-rw-r--r-- | utils/ext-core/LICENSE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/ext-core/LICENSE b/utils/ext-core/LICENSE new file mode 100644 index 0000000000..66231da6b5 --- /dev/null +++ b/utils/ext-core/LICENSE @@ -0,0 +1 @@ +See the Glasgow Haskell Compiler license. |