diff options
author | idontgetoutmuch <dominic@steinitz.org> | 2018-04-01 10:25:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-01 10:25:10 -0700 |
commit | 7ff1249249cb1b238e3e5ffafdaa9180c86242b9 (patch) | |
tree | 903fa549ea33ae9eff9fb527375f87548948d41d /packages/base/src/Internal/Algorithms.hs | |
parent | 1bdd94324c6e7cd9d9361c4136998d4c14ea3857 (diff) | |
parent | 63ceed4a69563c08e54269a4a9d3e5d27cb7c489 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'packages/base/src/Internal/Algorithms.hs')
-rw-r--r-- | packages/base/src/Internal/Algorithms.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/base/src/Internal/Algorithms.hs b/packages/base/src/Internal/Algorithms.hs index 99c9e34..cea06ce 100644 --- a/packages/base/src/Internal/Algorithms.hs +++ b/packages/base/src/Internal/Algorithms.hs | |||
@@ -4,6 +4,8 @@ | |||
4 | {-# LANGUAGE UndecidableInstances #-} | 4 | {-# LANGUAGE UndecidableInstances #-} |
5 | {-# LANGUAGE TypeFamilies #-} | 5 | {-# LANGUAGE TypeFamilies #-} |
6 | 6 | ||
7 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
8 | |||
7 | ----------------------------------------------------------------------------- | 9 | ----------------------------------------------------------------------------- |
8 | {- | | 10 | {- | |
9 | Module : Internal.Algorithms | 11 | Module : Internal.Algorithms |