Skip to content

Commit 49873df

Browse files
committed
Fix formatting on Target import in Boostrap module
1 parent 8f8cf38 commit 49873df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.last-exported-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Last exported commit from parent repo: 1f930938bc61a2d2bea621dd69d795e3b1509bda
1+
Last exported commit from parent repo: 552c745ab5a9b608d81f0ded5c13df6164ebb15b

nix-bootstrap.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: nix-bootstrap
8-
version: 2.3.0.0
8+
version: 2.3.0.1
99
author: gchquser
1010
maintainer: [email protected]
1111
copyright: Crown Copyright

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
name: nix-bootstrap
15-
version: 2.3.0.0
15+
version: 2.3.0.1
1616
author: gchquser
1717
maintainer: [email protected]
1818
copyright: Crown Copyright

src/Bootstrap.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ import Bootstrap.Data.ProjectType
121121
projectSuperTypeName,
122122
promptHaskellProjectType,
123123
)
124-
import Bootstrap.Data.Target (Target(TargetDefault))
124+
import Bootstrap.Data.Target (Target (TargetDefault))
125125
import Bootstrap.Data.Version (MajorVersion (MajorVersion), displayMajorVersion)
126126
import Bootstrap.Error (CanDieOnError (dieOnError', dieOnErrorWithPrefix))
127127
import Bootstrap.GitPod (resetPermissionsInGitPod)

0 commit comments

Comments
 (0)