Skip to content

Commit 811da98

Browse files
committed
55 - Refactor to use same Atom setup implementation on all Linux distributions
1 parent 2801d59 commit 811da98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

haskell-editor-setup.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ executable haskell-editor-setup
1313
main-is: Main.hs
1414
other-modules: OS.Linux,
1515
OS.Linux.Debian,
16-
OS.Prerequisites,
16+
OS.Common,
1717
Types,
1818
Util,
1919
View
@@ -41,4 +41,4 @@ executable haskell-editor-setup
4141

4242
default-extensions: LambdaCase,
4343
OverloadedStrings,
44-
TemplateHaskell
44+
TemplateHaskell
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module OS.Prerequisites
1+
module OS.Common
22
( NixConfiguration (..)
33
, isGhcInstalled
44
, isCabalInstalled

0 commit comments

Comments
 (0)